Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1RadialPanel Class / RotateChildren Property

In This Topic
    RotateChildren Property (C1RadialPanel)
    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
    public bool RotateChildren {get; set;}
    Remarks
    Set this property to false if you want to keep children orientation.
    See Also