Spread Windows Forms 15.0
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
    public override Font Font {get; set;}

    Property Value

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