Skip to main content
All docs
V25.1
  • LineStyle.StartArrowType Property

    Gets or sets the start arrowhead type.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.1.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public ArrowType StartArrowType { get; set; }

    Property Value

    Type Description
    ArrowType

    The arrowhead type.

    Available values:

    Name Description Image
    None

    A connector has no arrowhead at the specified end.

    DevExpress Presentation API - ArrowType - None

    Arrow

    An open arrowhead.

    DevExpress Presentation API - ArrowType - Arrow

    Diamond

    A diamond-shaped arrowhead.

    DevExpress Presentation API - ArrowType - Diamond

    Oval

    An oval-shaped arrowhead.

    DevExpress Presentation API - ArrowType - Oval

    StealthArrow

    A stealth-shaped arrowhead.

    DevExpress Presentation API - ArrowType - StealthArrow

    TriangleArrow

    A triangular arrowhead.

    DevExpress Presentation API - ArrowType - TriangleArrow

    See Also