ComponentOne Basic Library for WPF and Silverlight
SmallShapePresenter Class
Members 


C1.Silverlight Namespace : SmallShapePresenter Class
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
 
<System.Windows.Markup.ContentPropertyAttribute("Content")>
Public Class SmallShapePresenter 
   Inherits System.Windows.Controls.ContentPresenter
'Usage
 
Dim instance As SmallShapePresenter
[System.Windows.Markup.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

Reference

SmallShapePresenter Members
C1.Silverlight Namespace