Table of Contents

Class OverlayToolTipParams

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents the parameters for configuring an overlay tooltip. Extends RichToolTipParams to include additional configuration options for overlay tooltips, including options for automatic dismissal and dismissal timing.

public class OverlayToolTipParams : RichToolTipParams, IBaseObjectWithAttr, IBaseObjectWithId, IBaseObject
Inheritance
OverlayToolTipParams
Implements

Constructors

OverlayToolTipParams()

Initializes a new instance of the OverlayToolTipParams class.

Properties

ContainerBounds

Gets or sets the bounds of the container for the tooltip.

DismissAfterInterval

Gets or sets a value indicating whether the overlay should automatically dismiss after a specified interval.

DismissInterval

Gets or sets the interval, in milliseconds, after which an overlay tooltip is automatically dismissed. Default is null. If value is not specified, the default dismiss interval is used.

HasAlignment

Gets a value indicating whether either vertical or horizontal alignment is specified.

HorizontalAlignment

Gets or sets the horizontal alignment of the tooltip inside the control.

Location

Gets or sets the location of the tooltip inside the control.

Options

Gets or sets the options that determine the behavior of the overlay.

VerticalAlignment

Gets or sets the vertical alignment of the tooltip inside the control.