FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / RightToLeft Property

In This Topic
    RightToLeft Property (C1FlexReport)
    In This Topic
    Gets or sets a value indicating whether the fields of the report should use right-to-left rules for rendering text.

    If null (which is the default), the value of the static property DefaultRightToLeft is used.

    This value may be overridden by individual fields.

    Syntax
    'Declaration
     
    Public Property RightToLeft As Nullable(Of Boolean)
    public Nullable<bool> RightToLeft {get; set;}
    See Also