Skip to main content

DiagramConnector.TextPosition Property

Gets the position of the text displayed by the DiagramConnector. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public Point TextPosition { get; }

Property Value

Type Description
Point

The coordinates of the text block.

See Also