CmxOutline

CmxOutline class

Represents an outline style.

public class CmxOutline

Constructors

NameDescription
CmxOutline()The default constructor.

Properties

NameDescription
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

NameDescription
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