Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / FontTheme Property


In This Topic
    FontTheme Property (StyleInfo)
    In This Topic
    Gets or sets the font theme of the cell.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Overridable Property FontTheme As String
    'Usage
     
    Dim instance As StyleInfo
    Dim value As String
     
    instance.FontTheme = value
     
    value = instance.FontTheme
    [DefaultValue("")]
    public virtual string FontTheme {get; set;}
    See Also