MindFusion.Wpf Pack Programmer's Guide
Diagram.LinkTextStyle Property
See Also
 





Gets or sets default placement and orientation for links' text.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public LinkTextStyle LinkTextStyle { get; set; }

Visual Basic  Copy Code

Public Property LinkTextStyle As LinkTextStyle

 Property Value

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

 Remarks

The value of this property is used to initialize the TextStyle property of new links.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace