This member is available in the WPF Express Edition. See the LEADTOOLS products page for full details on more WPF features available with LEADTOOLS toolkits.
Gets or sets the text of the item.Visual Basic (Declaration) | |
---|---|
Public Property Text As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string Text {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property string* get_Text(); public: __property void set_Text( string* value ); |
XAML Attributes Usage | |
---|---|
<object Text=string/> |
Dependency Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
XAML Values | |
---|---|
imageUri System.String The text to display for the item. |
Return Value
The text to display for the item. Default value is null (Nothing in Visual Basic).For C#/VB examples, refer to ImageSize.
The Text property allows you to change the text displayed for the item. This property is also used as the
default parameter for sorting.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family