|
|
|
Text Property, TextPartClass Class |
Defines the string displayed by the part.
Syntax TextPartClass Class (Softelvdm.Controls)
VB |
Public Property Text As String |
C# |
public string Text { get; set; } |
C++ |
public: property String^ Text { |
Property Value
The text to display.
The default value is String.Empty.
Comments
The Text property defines the string displayed by the part.
The string is displayed using the text part's attributes. The TextStyle property can be used to define a single or multiline display.
Version Information
Supported in version 1.0.
Products Table