Spread Windows Forms 12.0 Product Documentation
Font Property (ListItemInfo)


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

Property Value

A Font that represents the font of the ListItemInfo object.
See Also

Reference

ListItemInfo Class
ListItemInfo Members