| ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace Client API~ImageGear.Web.UI_namespace : LineHeadType Enumeration |
| Member | Description |
|---|---|
| None | 4 - No arrowhead. This is the same type as NotateXpress's (version 10) EndPointStyle.Plain and ImageGear for .NET's ImGearARTLineHeadType.NONE. |
| Open | 2 - An arrowhead composed of a hollow triangle. This is the same type as ImageGear for .NET's ImGearARTLineHeadType.OPEN. NotateXpress (version 10) has no exact equivalent. |
| Pointer | 0 - An arrowhead composed of two short lines. This is the same type as NotateXpress's (version 10) EndPointStyle.Arrow and ImageGear for .NET's ImGearARTLineHeadType.POINTER. |
| PointerSolid | 3 - An arrowhead composed of two solid triangles. This is the same type as ImageGear for .NET's ImGearARTLineHeadType.POINTER_SOLID. NotateXpress (version 10) has no exact equivalent. |
| Solid | 1 - An arrowhead composed of a solid triangle. This is the same type as NotateXpress's (version 10) EndPointStyle.Dash and ImageGear for .NET's ImGearARTLineHeadType.SOLID. |
This enumeration indicates the style of the endpoints of lines for Line and Polyline marks.
Object
ImageGear.Web.UI.LineHeadType
ImageGear.Web.UI Namespace Client API~ImageGear.Web.UI_namespace