Skip to main content

ToolTipControllerCalcSizeEventArgs.Size Property

Gets or sets the tooltip dimensions.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public Size Size { get; set; }

Property Value

Type Description
Size

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

See Also