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


In This Topic
Right Property (LineBorder)
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 LineBorder
Dim value As Boolean
 
value = instance.Right
See Also