Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGradientStop Interface / Transparency Property


In This Topic
    Transparency Property (IGradientStop)
    In This Topic
    Gets or sets the value representing the opacity of the gradient fill expressed as a percent.
    Syntax
    'Declaration
     
    
    Property Transparency As Double
    'Usage
     
    
    Dim instance As IGradientStop
    Dim value As Double
     
    instance.Transparency = value
     
    value = instance.Transparency
    double Transparency {get; set;}

    Property Value

    The opacity of the gradient fill.
    See Also