Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / SmallShapePresenter Class
Members

In This Topic
    SmallShapePresenter Class
    In This Topic
    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.
    Object Model
    SmallShapePresenter Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Content")>
    Public Class SmallShapePresenter 
       Inherits System.Windows.Controls.ContentPresenter
    [ContentProperty("Content")]
    public class SmallShapePresenter : System.Windows.Controls.ContentPresenter 
    Inheritance Hierarchy

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

    See Also