ComponentOne FinancialChart for WPF
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.
Syntax
'Declaration
 
<ContentPropertyAttribute("Content")>
Public Class SmallShapePresenter 
   Inherits System.Windows.Controls.ContentPresenter
'Usage
 
Dim instance As SmallShapePresenter
[ContentProperty("Content")]
public class SmallShapePresenter : System.Windows.Controls.ContentPresenter 
[ContentProperty("Content")]
public ref class SmallShapePresenter : public 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