Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / RoundRectFigure Class / Counterclockwise Property

In This Topic
    Counterclockwise Property (RoundRectFigure)
    In This Topic
    Gets or sets a value indicating if the points should be arranged counterclockwise.
    Syntax
    'Declaration
     
    Public Property Counterclockwise As System.Boolean
    public System.bool Counterclockwise {get; set;}
    See Also