Table of Contents

Class OdGradientBrush

Namespace
Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush
Assembly
Aspose.Imaging.dll

The gradient fill

public class OdGradientBrush : OdBrush, ICloneable
Inheritance
OdGradientBrush
Implements
Inherited Members

Constructors

OdGradientBrush()

public OdGradientBrush()

Properties

Angle

Gets or sets the angle.

public float Angle { get; set; }

Property Value

float

The angle.

BrushStyle

Gets the style.

public override OdBrushStyle BrushStyle { get; }

Property Value

OdBrushStyle

The style.

EndColor

Gets or sets the end color.

public int EndColor { get; set; }

Property Value

int

The end color.

GradientStyle

Gets or sets the gradient style.

public OdGradientStyle GradientStyle { get; set; }

Property Value

OdGradientStyle

The gradient style.

StartColor

Gets or sets the start color.

public int StartColor { get; set; }

Property Value

int

The start color.

Methods

Clone()

Clone this instance.

public override object Clone()

Returns

object

The return new instance of source brush