DiagramEdge.ToLineEnd Property
In This Article
Specifies the edge’s line end tip.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ConnectorLineEnding ToLineEnd { get; set; }
#Property Value
Type | Description |
---|---|
Connector |
The type of the tip. |
Available values:
Name | Description |
---|---|
None | A connector ends without any special element. |
Arrow | A connector ends with an arrow. |
Outlined |
A connector ends with an outlined triangle. |
Filled |
A connector ends with a filled triangle. |
See Also