ComponentOne Basic Library for WPF and Silverlight
SmallShapePresenter Class
Members 


C1.WPF 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.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.ContentPresenter
                     C1.WPF.SmallShapePresenter

See Also

Reference

SmallShapePresenter Members
C1.WPF Namespace