Spread WPF 17
GrapeCity.Excel Namespace / IExcelFont Interface / IsShadowStyle Property


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

    Property Value

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