'Declaration Public Property RightToLeft As System.Nullable(Of Boolean)
public System.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 System.Nullable(Of Boolean)
public System.Nullable<bool> RightToLeft {get; set;}