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



In This Topic
    RotateChildren Property
    In This Topic
    Gets or sets a value that specifies whether the panel should apply RotateTransform to the child elements.
    Syntax
    'Declaration
     
    
    Public Property RotateChildren As Boolean
    'Usage
     
    
    Dim instance As C1RadialPanel
    Dim value As Boolean
     
    instance.RotateChildren = value
     
    value = instance.RotateChildren
    public bool RotateChildren {get; set;}
    public:
    property bool RotateChildren {
       bool get();
       void set (    bool value);
    }
    Remarks
    Set this property to false if you want to keep children orientation.
    See Also