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


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