Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / StyleObjectInfo Class / Font Property


In This Topic
    Font Property (StyleObjectInfo)
    In This Topic
    Gets the FontInfo object that represents the font of the specified object.
    Syntax
    'Declaration
     
    Public Overridable Property Font As FontInfo
    'Usage
     
    Dim instance As StyleObjectInfo
    Dim value As FontInfo
     
    instance.Font = value
     
    value = instance.Font
    public virtual FontInfo Font {get; set;}

    Property Value

    The font of the specified object.
    See Also