Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / RotateSidewaysCounterclockwise Property

In This Topic
    RotateSidewaysCounterclockwise Property (TextLayout)
    In This Topic
    Gets or sets a value indicating whether sideways text should be rotated counterclockwise. The default is false.
    Syntax
    'Declaration
     
    Public Property RotateSidewaysCounterclockwise As System.Boolean
    public System.bool RotateSidewaysCounterclockwise {get; set;}
    See Also