Class CmxOutline
CmxOutline class
Represents an outline style.
Constructors
| Name | Description |
|---|
| CmxOutline() | The default constructor. |
Properties
| Name | Description |
|---|
| Angle { get; set; } | Gets or sets the angle. |
| CapsType { get; set; } | Gets or sets the type of the line caps. |
| Color { get; set; } | Gets or sets the outline color. |
| EndArrowhead { get; set; } | Gets or sets the shape for the end of the line |
| JoinType { get; set; } | Gets or sets the type of the line join. |
| LineType { get; set; } | Gets or sets the type of the line. |
| LineWidth { get; set; } | Gets or sets the width of the line. Uses common document distance measure unit. |
| StartArrowhead { get; set; } | Gets or sets the shape for the start of the line |
| Stretch { get; set; } | Gets or sets the stretch value. |
| Stroke { get; set; } | Gets or sets the stroke pattern. |
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