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


In This Topic
    Transparency Property (ILineFormat)
    In This Topic
    Gets or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
    Syntax
    'Declaration
     
    
    Property Transparency As Double
    'Usage
     
    
    Dim instance As ILineFormat
    Dim value As Double
     
    instance.Transparency = value
     
    value = instance.Transparency
    double Transparency {get; set;}

    Property Value

    The degree of transparency.
    See Also