Back to Devexpress

DiagramConnector.Content Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramconnector-024091d3.md

latest1.0 KB
Original Source

DiagramConnector.Content Property

Gets or sets the text displayed by the connector. This is a dependency property.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public string Content { get; set; }
vb
Public Property Content As String

Property Value

TypeDescription
String

The text displayed by the connector.

|

See Also

DiagramConnector Class

DiagramConnector Members

DevExpress.Xpf.Diagram Namespace