Class BaseGradientFillSettings
Contents
[
Hide
]BaseGradientFillSettings class
Base gradient definition class. It contains common properties for both types of gradient (Solid and Noise).
public abstract class BaseGradientFillSettings : BaseFillSettings, IGradientFillSettings
Constructors
Name | Description |
---|---|
BaseGradientFillSettings() | Initializes a new instance of the BaseGradientFillSettings class. |
Properties
Name | Description |
---|---|
AlignWithLayer { get; set; } | Gets or sets a value indicating whether [align with layer]. |
Angle { get; set; } | Gets or sets the angle. |
Color { get; set; } | Gets or sets the color. |
ColorPoints { get; set; } | Gets or sets the color points. |
Dither { get; set; } | Gets or sets a value indicating whether this BaseGradientFillSettings is dither. |
override FillType { get; } | The fill type. |
GradientMode { get; } | Gets the mode for this gradient. Determines ‘Gradient Type’ = ‘Solid/Noise’ (0/1). |
GradientName { get; set; } | Gets or sets the name of the gradient. |
GradientType { get; set; } | Gets or sets the type of the gradient. |
HorizontalOffset { get; set; } | Gets or sets the horizontal offset in percentage. |
Reverse { get; set; } | Gets or sets a value indicating whether this BaseGradientFillSettings is reverse. |
Scale { get; set; } | Gets or sets the scale. |
TransparencyPoints { get; set; } | Gets or sets the transparency points. |
VerticalOffset { get; set; } | Gets or sets the vertical offset in percentage. |
See Also
- class BaseFillSettings
- interface IGradientFillSettings
- namespace Aspose.PSD.FileFormats.Psd.Layers.FillSettings
- assembly Aspose.PSD