Gets or sets the link's text placement and orientation.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public LinkTextStyle TextStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TextStyle As LinkTextStyle |
A member of the LinkTextStyle enumeration. Initialized with the value of LinkTextStyle.
See Also