Skybound Rebar

ControlRenderer.RightToLeft Property

Gets or sets whether the control's elements are aligned to support locales that use right-to-left text.

[Visual Basic]
Public Property RightToLeft As Boolean
[C#]
public bool RightToLeft {get; set;}

Property Value

true the control is drawn using a right-to-left layout; otherwise, false.

See Also

ControlRenderer Class | Skybound.Rebar.Rendering Namespace