Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FilterBarCell Class / Font Property


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

    Property Value

    The font.
    See Also