Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / Shadow Property


In This Topic
    Shadow Property (Font)
    In This Topic
    Gets a value indicating whether this Font is shadow.
    Syntax
    'Declaration
     
    
    Public Property Shadow As Boolean
    'Usage
     
    
    Dim instance As Font
    Dim value As Boolean
     
    instance.Shadow = value
     
    value = instance.Shadow
    public bool Shadow {get; set;}

    Property Value

    true if this Font is shadow; otherwise, false.
    See Also