ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialPanel Class / SetExplicitAngles Property



In This Topic
    SetExplicitAngles Property
    In This Topic
    Gets or sets the System.Boolean value determining whether the panel should set Angle attached property on children elements. The default value is False.
    Syntax
    'Declaration
     
    
    Public Property SetExplicitAngles As Boolean
    'Usage
     
    
    Dim instance As C1RadialPanel
    Dim value As Boolean
     
    instance.SetExplicitAngles = value
     
    value = instance.SetExplicitAngles
    public bool SetExplicitAngles {get; set;}
    public:
    property bool SetExplicitAngles {
       bool get();
       void set (    bool value);
    }
    See Also