'Declaration Public Property RightToLeft As Nullable(Of Boolean)
public Nullable<bool> RightToLeft {get; set;}
If null (which is the default), the value of the static property DefaultRightToLeft is used.
This value may be overridden by individual fields.
'Declaration Public Property RightToLeft As Nullable(Of Boolean)
public Nullable<bool> RightToLeft {get; set;}