Path
PathOpacityMask Property
|
Gets or sets the PathOpacityMask.
Namespace:
Spire.Additions.Xps.Schema
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Brush PathOpacityMask { get; set; }
Public Property PathOpacityMask As Brush
Get
Set
public:
property Brush^ PathOpacityMask {
Brush^ get ();
void set (Brush^ value);
}
member PathOpacityMask : Brush with get, set
Property Value
Type:
Brush
See Also