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

In This Topic
    RightToLeft Property (Label)
    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;}
    See Also