StrokeEffect Class
Summary: The Adobe® Photoshop® stroke effect for the PSD layer.
Module: aspose.psd.fileformats.psd.layers.layereffects
Full Name: aspose.psd.fileformats.psd.layers.layereffects.StrokeEffect
Inheritance: ILayerEffect
Aspose.PSD Version: 24.9.0
Properties
Name | Type | Access | Description |
---|---|---|---|
blend_mode | BlendMode | r/w | Gets or sets the blend mode. |
effect_type | LayerEffectsTypes | r | Gets a type of effect |
fill_settings | BaseFillSettings | r/w | Gets or sets the fill settings. |
is_visible | bool | r/w | Gets or sets a value indicating whether this instance is visible. |
opacity | byte | r/w | Gets or sets the opacity. |
overprint | bool | r/w | Gets or sets a value indicating whether this StrokeEffect will blend stroke against current layer contents. |
position | StrokePosition | r/w | Gets or sets the position of the stroke effect to control the alignment of your stroke to the PSD layer content. The value can be StrokePosition.INSIDE to draw stroke inside of the PSD layer content, or StrokePosition.OUTSIDE to draw stroke around of PSD layer content, and StrokePosition.CENTER to draw stroke both inside and outside. |
size | int | r/w | Gets or sets the width of stroke effect. |