ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / Field Class / RightToLeft Property

In This Topic
    RightToLeft Property (Field)
    In This Topic
    Gets or sets a value indicating whether right-to-left text rendering rules should be used. If null (which is the default), the property RightToLeft defined on the report is used.
    Syntax
    'Declaration
     
    Public Property RightToLeft As System.Nullable(Of Boolean)
    public System.Nullable<bool> RightToLeft {get; set;}
    See Also