Text Property
Summary
Gets or sets the text as a string.
Syntax
C#
VB
Objective-C
C++
Java
public string Text { get; set; }
Public Property Text As String
@property (nonatomic, copy, nullable) NSString *text
public String getText()
public void setText(String text)
public:
property String^ Text {
String^ get();
void set ( String^ );
}
Property Value
The text as a string. The default value is null.