AdjustableArrowCap
Represents an adjustable arrow-shaped line cap. This class cannot be inherited.
Gets or sets whether the arrow cap is filled.
Gets or sets the height of the arrow cap.
Gets or sets the number of units between the outline of the arrow cap and the fill.
Gets or sets the width of the arrow cap.
Initializes a new instance of the AdjustableArrowCap class with the specified width and height. The arrow end caps created with this constructor are always filled.
Initializes a new instance of the AdjustableArrowCap class with the specified width, height, and fill property. Whether an arrow end cap is filled depends on the argument passed to the isFilled parameter.