Search
Button.TextFormat Property
See Also
 





Gets or sets the layout properties of the button text.

Namespace: MindFusion.Diagramming.Manipulators
Assembly: 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