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


In This Topic
    Font Property (ListHeaderPane)
    In This Topic
    Gets or sets a value that represents the Font.
    Syntax
    'Declaration
     
    
    Public Property Font As Font
    'Usage
     
    
    Dim instance As ListHeaderPane
    Dim value As Font
     
    instance.Font = value
     
    value = instance.Font
    public Font Font {get; set;}

    Property Value

    A Font value that the font of the ListHeaderPane.
    See Also