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

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

    Namespace: DevExpress.Docs.Presentation

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

    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