ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / LineHeadType Enumeration

In This Topic
    LineHeadType Enumeration
    In This Topic
    Indicates the type of the endpoint of a line.
    Members
    MemberDescription
    None4 - No arrowhead. This is the same type as NotateXpress's (version 10) EndPointStyle.Plain and ImageGear for .NET's ImGearARTLineHeadType.NONE.
    Open2 - 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.
    Pointer0 - 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.
    PointerSolid3 - 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.
    Solid1 - 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.
    Remarks

    This enumeration indicates the style of the endpoints of lines for Line and Polyline marks.

    See NotateXpress in the Glossary for more information.
    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.LineHeadType

    See Also