Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / ShadowOpacity Property


In This Topic
    ShadowOpacity Property
    In This Topic
    Gets or sets the shadow opacity.
    Syntax
    'Declaration
     
    
    Public Property ShadowOpacity As Integer
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Integer
     
    instance.ShadowOpacity = value
     
    value = instance.ShadowOpacity
    public int ShadowOpacity {get; set;}

    Property Value

    shadow opacity
    See Also