Interface IFillAttributes
Contains the fill members.
Namespace: Syncfusion.Windows.Forms.Chart.SvgBase
Assembly: Syncfusion.Chart.Base.dll
Syntax
public interface IFillAttributes
Properties
Fill
Gets or sets the color to fill the background.
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. |