RightToLeftLayout Property
In This Topic
Gets or sets a value indicating whether the control is laid out from right to left.
Syntax
'Declaration
Public Overridable Property RightToLeftLayout As Boolean
public virtual bool RightToLeftLayout {get; set;}
See Also