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


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