Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / Font Property


In This Topic
Font Property (IElementStyle)
In This Topic
Gets or sets the font.
Syntax
'Declaration
 
Property Font As Font
 
'Usage
 
Dim instance As IElementStyle
Dim value As Font
 
instance.Font = value
 
value = instance.Font
See Also