IGradientFillSettings Class
Summary: Base interface for Gradient fill settings.
Module: aspose.psd.fileformats.psd.layers.fillsettings
Full Name: aspose.psd.fileformats.psd.layers.fillsettings.IGradientFillSettings
Inheritance: IFillSettings
Aspose.PSD Version: 24.9.0
Properties
Name | Type | Access | Description |
---|---|---|---|
align_with_layer | bool | r/w | Gets or sets a value indicating whether [align with layer]. |
angle | double | r/w | Gets or sets the angle. |
color | Color | r/w | Gets or sets the color. |
color_points | IGradientColorPoint[] | r/w | Gets the color points. |
dither | bool | r/w | Gets or sets a value indicating whether this IGradientFillSettings is dither. |
fill_type | FillType | r | Gets the type of the fill. |
gradient_mode | GradientKind | r/w | Mode for this gradient Determines ‘Gradient Type’ = ‘Solid/Noise’ (0/1) |
gradient_name | string | r/w | Gets or sets the name of the gradient. |
gradient_type | GradientType | r/w | Gets or sets the type of the gradient. |
horizontal_offset | double | r/w | Gets or sets the horizontal offset. |
reverse | bool | r/w | Gets or sets a value indicating whether this IGradientFillSettings is reverse. |
scale | int | r/w | Gets or sets the scale. |
transparency_points | IGradientTransparencyPoint[] | r/w | Gets the transparency points. |
vertical_offset | double | r/w | Gets or sets the vertical offset. |