System.Drawing.Drawing2D.AdjustableArrowCap Members

The members of System.Drawing.Drawing2D.AdjustableArrowCap are listed below.

See Also: Inherited members from System.Drawing.Drawing2D.CustomLineCap

Public Constructors

Initializes a new instance of the System.Drawing.Drawing2D.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 System.Drawing.Drawing2D.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.

Public Properties

Filledbool.

Gets or sets whether the arrow cap is filled.

Heightfloat.

Gets or sets the height of the arrow cap.

MiddleInsetfloat.

Gets or sets the number of units between the outline of the arrow cap and the fill.

Widthfloat.

Gets or sets the width of the arrow cap.