Search
DiagramLink.TextAlignment Property
See Also
 





Gets or sets the link's text placement and orientation.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public StringAlignment TextAlignment { get; set; }

Visual Basic  Copy Code

Public Property TextAlignment As StringAlignment

 Property Value

A member of the StringAlignment enumeration. The default value is Center.

 Remarks

Currently this property is considered only when TextStyle is set to OverLongestSegment.

 See Also