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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, DevExpress.Wpf.Diagram

Declaration

public Point TextPosition { get; }

Property Value

Type Description
Point

The coordinates of the text block.

See Also