Gets or sets the text of the title.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public string TitleText { get; set; } |
Visual Basic |
---|
Public Property TitleText As String Get Set |
Visual C++ |
---|
public: property String^ TitleText { String^ get (); void set (String^ value); } |
F# |
---|
member TitleText : string with get, set |
Property Value
Type: StringThe title text.