Search
Button.text Property
See Also
 






Gets or sets the text caption displayed in this button.

Namespace: MindFusion.Diagramming
File: Button.js

 Syntax

JavaScript  Copy Code

get text() {}
set text(value) {}

 Property Value

String

A string containing button's caption.

 See Also