[]
Gets or sets the text associated with this control. This is a dependency property.
public string Text { get; set; }
Public Property Text As String
Type | Description |
---|---|
string | The text displayed in the control. |
The Text property retrieves the string value displayed on this control.