Text Property
Text
Gets or sets the text displayed on a button view.
Declaration
public string Text { get; set; }
Public Property Text As String
Property Value
Type |
Description |
string |
A string value that indicates the text displayed on a button view.
|