ComponentOne FlexReport for UWP
RightToLeft Property (FieldBase)

C1.UWP.FlexReport Assembly > C1.Xaml.FlexReport Namespace > FieldBase Class : RightToLeft Property
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

Reference

FieldBase Class
FieldBase Members