Back to Devexpress

ToolTipControllerCalcSizeEventArgs.Size Property

windowsforms-devexpress-dot-utils-dot-tooltipcontrollercalcsizeeventargs-50737d4e.md

latest1.2 KB
Original Source

ToolTipControllerCalcSizeEventArgs.Size Property

Gets or sets the tooltip dimensions.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public Size Size { get; set; }
vb
Public Property Size As Size

Property Value

TypeDescription
Size

The System.Drawing.Size object specifying the width and height of a tooltip rectangle.

|

See Also

ToolTipControllerCalcSizeEventArgs Class

ToolTipControllerCalcSizeEventArgs Members

DevExpress.Utils Namespace