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


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