AdjustableArrowCap.Height Property

Definition

Gets or sets the height of the arrow cap.

public:
 property float Height { float get(); void set(float value); };
public float Height { get; set; }
member this.Height : single with get, set
Public Property Height As Single

Property Value

The height of the arrow cap.

Remarks

The height of the arrow cap is scaled by the width of the Pen object used to draw the line being capped. For example, if you are drawing a capped line with a pen that has a width of 5 pixels, and the AdjustableArrowCap object has a height of 3, then the actual arrow cap is drawn 15 pixels high.

Applies to