CdrGradient Class
Contents
[
Hide
]Summary: The cdr gradient
Module: aspose.imaging.fileformats.cdr.types
Full Name: aspose.imaging.fileformats.cdr.types.CdrGradient
Constructors
| Name | Description |
|---|---|
| CdrGradient() | Initializes a new instance of the CdrGradient class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| angle | float | r/w | Gets or sets the angle. |
| center_x_offset | int | r/w | Gets or sets the center x offset. |
| center_y_offset | int | r/w | Gets or sets the center y offset. |
| edge_offset | int | r/w | Gets or sets the edge offset. |
| mid_point | float | r/w | Gets or sets the mid point. |
| mode | int | r/w | Gets or sets the mode. |
| stops | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.Cdr.Types.CdrGradientStop]] | r/w | Gets or sets the stops. |
| type | int | r/w | Gets or sets the type. |
Constructor: CdrGradient()
CdrGradient()
Initializes a new instance of the CdrGradient class.