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


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

    Property Value

    fill back opacity
    See Also