Search
Diagram.LinkTextStyle Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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