Spread Windows Forms 12.0 Product Documentation
Font Property (DisplayField)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > DisplayField Class : Font Property
Gets or sets the font of the DisplayField.
Syntax
'Declaration
 
Public Property Font As Font
'Usage
 
Dim instance As DisplayField
Dim value As Font
 
instance.Font = value
 
value = instance.Font
public Font Font {get; set;}

Property Value

A System.Drawing.Font object indicates the Font of the field.
See Also

Reference

DisplayField Class
DisplayField Members