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

    Gets or sets the width of the line’s start arrowhead.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public ArrowSize StartWidth { get; set; }

    Property Value

    Type Description
    ArrowSize

    The size.

    Available values:

    Name Description
    Small

    Specifies the small size.

    Medium

    Specifies the medium size.

    Large

    Specifies the large size.

    See Also