Gets or sets the size of the tooltip. Can be altered if the AutoSize property is true.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public Size TooltipSize { get; set; } |
| Visual Basic |
|---|
Public Property TooltipSize As Size Get Set |
| Visual C++ |
|---|
public: property Size TooltipSize { Size get (); void set (Size value); } |
| F# |
|---|
member TooltipSize : Size with get, set |
Property Value
Type: SizeThe size of the tooltip.