Class OverlayToolTipParams
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
- AssociatedControl
Gets or sets the control for which tooltip is shown.
- 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.
- LocationOffset
Gets or sets the offset which was additionally applied to the tooltip location.
- LocationWithOffset
Gets or sets the location of the tooltip inside the control.
- LocationWithoutOffset
Gets or sets the location of the tooltip without the offset applied.
- Options
Gets or sets the options that determine the behavior of the overlay.
- ToolTip
Gets or sets the initial tooltip value.
- VerticalAlignment
Gets or sets the vertical alignment of the tooltip inside the control.