ComponentOne Basic Library for WPF and Silverlight
RotateChildren Property (C1RadialPanel)


C1.Silverlight Namespace > C1RadialPanel Class : RotateChildren Property
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
'Usage
 
Dim instance As C1RadialPanel
Dim value As System.Boolean
 
instance.RotateChildren = value
 
value = instance.RotateChildren
public System.bool RotateChildren {get; set;}
Remarks
Set this property to false if you want to keep children orientation.
See Also

Reference

C1RadialPanel Class
C1RadialPanel Members