A newer version of this page is available.
Switch to the current version.
ToolTipController.IconSize Property
Gets or sets tooltip icon size.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v19.1.dll
Declaration
[DefaultValue(ToolTipIconSize.Small)]
[DXCategory("Appearance")]
public ToolTipIconSize IconSize { get; set; }
<DefaultValue(ToolTipIconSize.Small)>
<DXCategory("Appearance")>
Public Property IconSize As ToolTipIconSize
Property Value
Type | Default | Description |
---|---|---|
ToolTipIconSize | Small |
The ToolTipIconSize enumerator. |
Remarks
Predefined tooltip icons can be accessed via the ToolTipController.IconType property. You can assign your own icon to the tooltips using the ToolTipController.ImageList property. Use the ToolTipController.ImageIndex property to specify the icon to be displayed.
See Also
Feedback