ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / TextBox Class / RightToLeft Property

In This Topic
    RightToLeft Property (TextBox)
    In This Topic
    Sets or returns a value indicating whether control's elements are aligned to support locales using right-to-left fonts.
    Syntax
    'Declaration
     
    Public Property RightToLeft As Boolean
    public bool RightToLeft {get; set;}

    Property Value

    true if [right to left]; otherwise, false.
    See Also