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


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

Reference

C1RadialPanel Class
C1RadialPanel Members