FarPoint.Win Assembly / FarPoint.Win Namespace / RoundedLineBorder Class / Right Property


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