SetExplicitAngles Property (C1RadialPanel)
In This Topic
Gets or sets the
System.Boolean value determining whether the panel should set Angle attached property on children elements. The default value is False.
Syntax
'Declaration
Public Property SetExplicitAngles As Boolean
public bool SetExplicitAngles {get; set;}
See Also