Class BaseGradientFillSettings

BaseGradientFillSettings class

Base gradient definition class. It contains common properties for both tupes of gradient (Solid and Noise).

public class BaseGradientFillSettings : BaseFillSettings, IGradientFillSettings

Constructors

NameDescription
BaseGradientFillSettings()Initializes a new instance of the BaseGradientFillSettings class.

Properties

NameDescription
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; set; }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