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;}
See Also