AdjustableArrowCap.Width Property

Definition

Gets or sets the width of the arrow cap.

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

Property Value

The width, in units, of the arrow cap.

Remarks

The width 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 width of 3, then the actual arrow cap is drawn 15 pixels wide.

Applies to