Gets or sets the size of the tooltip. Can be altered if the AutoSize property is true.

Namespace: Dapfor.Net.Ui
Assembly: 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: Size
The size of the tooltip.

See Also