Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItem Class / Font Property


In This Topic
    Font Property (ListItem)
    In This Topic
    Gets or sets the font.
    Syntax
    'Declaration
     
    
    Public Overridable Property Font As Font
    'Usage
     
    
    Dim instance As ListItem
    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 ListItem.
    See Also