Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / BevelBorder Class / Right Property


In This Topic
Right Property (BevelBorder)
In This Topic
Gets whether the line is drawn on the right edge of the border.
Syntax
'Declaration
 
Public ReadOnly Property Right As Boolean
 
'Usage
 
Dim instance As BevelBorder
Dim value As Boolean
 
value = instance.Right
See Also