Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SeparatorBoxInfo Class / Font Property


In This Topic
Font Property (SeparatorBoxInfo)
In This Topic
Gets or sets font of separator box.
Syntax
'Declaration
 
Public Overrides Property Font As Font
 
'Usage
 
Dim instance As SeparatorBoxInfo
Dim value As Font
 
instance.Font = value
 
value = instance.Font

Property Value

A Font indicates the text font.
Remarks
Default is the Font of the container control.
See Also