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