Gets or sets the layout properties of the button text.
Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public StringFormat TextFormat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TextFormat As StringFormat |
A StringFormat object.
See Also