Class CmxFillStyle
CmxFillStyle class
Fill style for shapes.
public class CmxFillStyle
Constructors
Properties
| Name | Description |
|---|
| Color1 { get; set; } | Gets or sets the primary color. |
| Color2 { get; set; } | Gets or sets the secondary color. |
| FillType { get; set; } | Gets or sets the type of the fill. |
| Gradient { get; set; } | Gets or sets the gradient info. |
| ImageFill { get; set; } | Gets or sets the image fill info. |
| Transform { get; set; } | Gets or sets the fill transform. |
Methods
| Name | Description |
|---|
| override Equals(object) | Check if objects are equal. |
| override GetHashCode() | Get hash code of the current object. |
| override ToString() | Returns a String that represents this instance. |
See Also