XlsLineShape
Transparency Property
|
Gets or sets the transparency level of the line format for the shape.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public double Transparency { get; set; }
Public Property Transparency As Double
Get
Set
public:
virtual property double Transparency {
double get () sealed;
void set (double value) sealed;
}
abstract Transparency : float with get, set
override Transparency : float with get, set
Property Value
Type:
Double
Implements
ILineShape
Transparency
See Also