Interface IOpacityAttribute
Opacity attribute interface.
Namespace: Syncfusion.SVG.IO
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public interface IOpacityAttribute
Properties
Opacity
Gets or sets the opacity.
Declaration
Opacity Opacity { get; set; }
Property Value
Type | Description |
---|---|
Opacity | The opacity. |