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

In This Topic
    RightToLeft Property (TextLayout)
    In This Topic
    Gets or sets the base direction for horizontal and sideways text. The default is false.
    Syntax
    'Declaration
     
    Public Property RightToLeft As System.Boolean
    public System.bool RightToLeft {get; set;}
    See Also