Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShadowFormat Interface / Visible Property


In This Topic
    Visible Property (IShadowFormat)
    In This Topic
    Gets or sets a value indicating whether the shadow is visible.
    Syntax
    'Declaration
     
    
    Property Visible As Boolean
    'Usage
     
    
    Dim instance As IShadowFormat
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    bool Visible {get; set;}

    Property Value

    true if the shadow is visible; otherwise, false.
    See Also