Gets or sets the opacity of the element.
 Namespace:
 Spire.Doc.Fields.Shapes
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public double Opacity { get; set; }
 
Public Property Opacity As Double
	Get
	Set
 
public:
property double Opacity {
	double get ();
	void set (double value);
}
 
member Opacity : float with get, set
 
 
 
Property Value
 
 Type:
 
Double
 
 
 See Also
See Also