Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageDrawing Class / Transparency Property


In This Topic
    Transparency Property (ImageDrawing)
    In This Topic
    Returns or sets the degree of transparency of the specified brush as a value from 0.0 (opaque) through 1.0 (clear).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Transparency As Double
    'Usage
     
    
    Dim instance As ImageDrawing
    Dim value As Double
     
    value = instance.Transparency
    public double Transparency {get;}
    See Also