OdGradientBrush

OdGradientBrush class

The gradient fill

public class OdGradientBrush : OdBrush

Constructors

NameDescription
OdGradientBrush()The default constructor.

Properties

NameDescription
Angle { get; set; }Gets or sets the angle.
override BrushStyle { get; }Gets the style.
EndColor { get; set; }Gets or sets the end color.
GradientStyle { get; set; }Gets or sets the gradient style.
StartColor { get; set; }Gets or sets the start color.

Methods

NameDescription
override Clone()Clone this instance.

See Also