ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialMenuItem Class / ExpandAreaThickness Property



In This Topic
    ExpandAreaThickness Property (C1RadialMenuItem)
    In This Topic
    Gets or sets the thickness of expand area.
    Syntax
    'Declaration
     
    
    Public Property ExpandAreaThickness As Double
    'Usage
     
    
    Dim instance As C1RadialMenuItem
    Dim value As Double
     
    instance.ExpandAreaThickness = value
     
    value = instance.ExpandAreaThickness
    public double ExpandAreaThickness {get; set;}
    public:
    property double ExpandAreaThickness {
       double get();
       void set (    double value);
    }
    See Also