Spread WPF 17
GrapeCity.Excel Namespace / ExcelFont Class / IsShadowStyle Property


In This Topic
    IsShadowStyle Property (ExcelFont)
    In This Topic
    Gets or sets a value indicating whether the font is in shadow style effects
    Syntax
    'Declaration
     
    Public Property IsShadowStyle As Boolean
    'Usage
     
    Dim instance As ExcelFont
    Dim value As Boolean
     
    instance.IsShadowStyle = value
     
    value = instance.IsShadowStyle
    public bool IsShadowStyle {get; set;}

    Property Value

    true if the font is in shadow style effects; otherwise, false.
    See Also