Class NoiseGradientFillSettings

NoiseGradientFillSettings class

Noise gradient definition class.

public class NoiseGradientFillSettings : BaseGradientFillSettings

Constructors

NameDescription
NoiseGradientFillSettings()Initializes a new instance of the NoiseGradientFillSettings 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.
ColorModel { get; set; }Color Model - RGB/HSB/LAB (3/4/6).
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.
MaximumColor { get; set; }Maximum color of PixelDataFormat.
MinimumColor { get; set; }Minimum color of PixelDataFormat.
Reverse { get; set; }Gets or sets a value indicating whether this BaseGradientFillSettings is reverse.
RndNumberSeed { get; set; }The random number seed used to generate colors for Noise gradient
Roughness { get; set; }Roughness factor.
Scale { get; set; }Gets or sets the scale.
ShowTransparency { get; set; }Flag for showing transparency.
TransparencyPoints { get; set; }Gets or sets the transparency points.
UseVectorColor { get; set; }Flag for using vector color.
VerticalOffset { get; set; }Gets or sets the vertical offset in percentage.

See Also