Internal class. Wrap a Shape object, such as a Path, with a SmallShapePresenter to prevent the shape from taking all available space when MaxHeight/MaxWidth is less than infinity.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
[ContentPropertyAttribute("Content")]
public class SmallShapePresenter : ContentPresenter
Visual Basic
<ContentPropertyAttribute("Content")> _
Public Class SmallShapePresenter _
	Inherits ContentPresenter

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..ContentPresenter
          C1.Silverlight..::..SmallShapePresenter

See Also