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