Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / PieShape Class / StartAngle Property

In This Topic
    StartAngle Property (PieShape)
    In This Topic
    Gets or sets the angle, measured in degrees, clockwise from the X axis to the first side of the sector defining the current shape.
    Syntax
    'Declaration
     
    Public Property StartAngle As Single
    public float StartAngle {get; set;}
    See Also