StrokeSettings Class
Contents
[
Hide
]Summary: Stroke settings of Shapes.
Module: aspose.psd.fileformats.psd.layers.layerresources.strokeresources
Full Name: aspose.psd.fileformats.psd.layers.layerresources.strokeresources.StrokeSettings
Inheritance: IStrokeSettings
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
StrokeSettings() | Initializes a new instance of the StrokeSettings class |
Properties
Name | Type | Access | Description |
---|---|---|---|
enabled | bool | r/w | Gets or sets Stroke is enabled. |
fill | IFillSettings | r/w | Gets or sets Fill settings of the Stroke. |
line_alignment | StrokePosition | r/w | Gets or sets Stroke style line alignment. |
line_cap | LineCapType | r/w | Gets or sets Stroke line cap type. |
line_dash_set | double | r/w | Gets or sets array of line dashes. |
line_join | LineJoinType | r/w | Gets or sets Stroke line join type. |
size | double | r/w | Gets or sets Stroke line width. |
Constructor: StrokeSettings()
StrokeSettings()
Initializes a new instance of the StrokeSettings class