ShapeObject
FillTransparency Property
|
Set the fill transparency of the shape.
Namespace:
Spire.Doc.Fields
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public double FillTransparency { set; }
Public WriteOnly Property FillTransparency As Double
Set
public:
property double FillTransparency {
void set (double value);
}
member FillTransparency : float with set
Property Value
Type:
Double
See Also