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


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