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


C1.Silverlight Namespace > C1RadialPanel Class : StartAngle Property
Gets or sets a value that indicates the angle to position the first child element.
Syntax
'Declaration
 
Public Property StartAngle As System.Double
'Usage
 
Dim instance As C1RadialPanel
Dim value As System.Double
 
instance.StartAngle = value
 
value = instance.StartAngle
public System.double StartAngle {get; set;}
See Also

Reference

C1RadialPanel Class
C1RadialPanel Members