Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Appearance Class / RightToLeft Property


In This Topic
RightToLeft Property (Appearance)
In This Topic
Gets or sets whether the object should paint right to left.
Syntax
'Declaration
 
Public Property RightToLeft As Boolean
 
'Usage
 
Dim instance As Appearance
Dim value As Boolean
 
instance.RightToLeft = value
 
value = instance.RightToLeft
See Also