Interface IStrokeAttributes
Contains the stroke members.
Namespace: Syncfusion.Windows.Forms.Chart.SvgBase
Assembly: Syncfusion.Chart.Base.dll
Syntax
public interface IStrokeAttributes
Properties
Stroke
Gets or sets the stroke.
Declaration
NoneColor Stroke { get; set; }
Property Value
Type | Description |
---|---|
NoneColor | The stroke. |
StrokeDasharray
Gets or sets the stroke dash array.
Declaration
FloatArray StrokeDasharray { get; set; }
Property Value
Type | Description |
---|---|
FloatArray | The stroke dash array. |
StrokeDashoffset
Gets or sets the stroke dash offset.
Declaration
Length StrokeDashoffset { get; set; }
Property Value
Type | Description |
---|---|
Length | The stroke dash offset. |
StrokeLinecap
Gets or sets the stroke line caps.
Declaration
EStrokeLinecap StrokeLinecap { get; set; }
Property Value
Type | Description |
---|---|
EStrokeLinecap | The stroke line caps. |
StrokeLinejoin
Gets or sets the stroke line join.
Declaration
EStrokeLinejoin StrokeLinejoin { get; set; }
Property Value
Type | Description |
---|---|
EStrokeLinejoin | The stroke line join. |
StrokeMiterlimit
Gets or sets the stroke miter limit.
Declaration
Number StrokeMiterlimit { get; set; }
Property Value
Type | Description |
---|---|
Number | The stroke miter limit. |
StrokeOpacity
Gets or sets the stroke opacity.
Declaration
Opacity StrokeOpacity { get; set; }
Property Value
Type | Description |
---|---|
Opacity | The stroke opacity. |
StrokeWidth
Gets or sets the width of the stroke.
Declaration
Length StrokeWidth { get; set; }
Property Value
Type | Description |
---|---|
Length | The width of the stroke. |