Gets or sets default placement and orientation for links' text.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public LinkTextStyle LinkTextStyle { get; set; } |
Visual Basic Copy Code |
---|
Public Property LinkTextStyle As LinkTextStyle |
A member of the LinkTextStyle enumeration. The default value is Center.
The value of this property is used to initialize the TextStyle property of new links.
WpfDiagram Programmer's Guide | © 2024 MindFusion |