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


C1.Silverlight Namespace > C1RadialPanel Class : SetExplicitAngles Property
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 System.Boolean
'Usage
 
Dim instance As C1RadialPanel
Dim value As System.Boolean
 
instance.SetExplicitAngles = value
 
value = instance.SetExplicitAngles
public System.bool SetExplicitAngles {get; set;}
See Also

Reference

C1RadialPanel Class
C1RadialPanel Members