Search
TextComponent.TextFormat Property
See Also
 





Gets or sets the formatting of the displayed text.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public StringFormat TextFormat { get; set; }

Visual Basic  Copy Code

Public Property TextFormat As StringFormat

 Property Value

A StringFormat object.

 See Also