Search
DiagramLink.TextStyle Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public LinkTextStyle TextStyle { get; set; }

Visual Basic  Copy Code

Public Property TextStyle As LinkTextStyle

 Property Value

A member of the LinkTextStyle enumeration. Initialized with the value of LinkTextStyle.

 See Also