ComponentOne Reports for WPF
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 C1Report.RightToLeft defined on the report is used.
    Syntax
    'Declaration
     
    Public Property RightToLeft As Nullable(Of Boolean)
    public Nullable<bool> RightToLeft {get; set;}
    See Also