Skip to main content
A newer version of this page is available. .

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.v21.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