FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / Border Property


In This Topic
Border Property (ElementContainerControl)
In This Topic
Gets or sets the border for the control.
Syntax
'Declaration
 
Public Overridable Property Border As IBorder
 
'Usage
 
Dim instance As ElementContainerControl
Dim value As IBorder
 
instance.Border = value
 
value = instance.Border
See Also