Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / ShadowOn Property


In This Topic
    ShadowOn Property (ExcelShape)
    In This Topic
    Gets or sets a value indicating whether [shadow on].
    Syntax
    'Declaration
     
    
    Public Property ShadowOn As Boolean
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Boolean
     
    instance.ShadowOn = value
     
    value = instance.ShadowOn
    public bool ShadowOn {get; set;}

    Property Value

    true if [shadow on]; otherwise, false
    See Also