Class CdrGradient
- Namespace
- Aspose.Imaging.FileFormats.Cdr.Types
- Assembly
- Aspose.Imaging.dll
The cdr gradient
public class CdrGradient
- Inheritance
-
CdrGradient
- Inherited Members
Constructors
CdrGradient()
public CdrGradient()
Properties
Angle
Gets or sets the angle.
public double Angle { get; set; }
Property Value
- double
The angle.
CenterXOffset
Gets or sets the center x offset.
public int CenterXOffset { get; set; }
Property Value
- int
The center x offset.
CenterYOffset
Gets or sets the center y offset.
public int CenterYOffset { get; set; }
Property Value
- int
The center y offset.
EdgeOffset
Gets or sets the edge offset.
public int EdgeOffset { get; set; }
Property Value
- int
The edge offset.
MidPoint
Gets or sets the mid point.
public double MidPoint { get; set; }
Property Value
- double
The mid point.
Mode
Gets or sets the mode.
public int Mode { get; set; }
Property Value
- int
The mode.
Stops
Gets or sets the stops.
public List<CdrGradientStop> Stops { get; set; }
Property Value
- List<CdrGradientStop>
The stops.
Type
Gets or sets the type.
public int Type { get; set; }
Property Value
- int
The type.