ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 System.Boolean
    public System.bool RotateChildren {get; set;}
    Remarks
    Set this property to false if you want to keep children orientation.
    See Also