ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / RightToLeft Property

In This Topic
    RightToLeft Property (Page)
    In This Topic

    Determines whether DrawText should render text RightToLeft.

    Syntax
    'Declaration
     
    Public Property RightToLeft As Boolean
    public bool RightToLeft {get; set;}

    Property Value

    A Boolean value.  True if the text is rendered right to left; otherwise, false.  Default is false.
    See Also