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


In This Topic
    FontStyle Property (StyleInfo)
    In This Topic
    Gets or sets the font style for the cell.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(System.Windows.FontStyle, "Normal")>
    Public Property FontStyle As FontStyle
    'Usage
     
    Dim instance As StyleInfo
    Dim value As FontStyle
     
    instance.FontStyle = value
     
    value = instance.FontStyle
    [DefaultValue(System.Windows.FontStyle, "Normal")]
    public FontStyle FontStyle {get; set;}

    Property Value

    The font style of the font. The default value is Normal.
    See Also