windowsforms-devexpress-dot-utils-dot-tooltipitem-9612635c.md
Gets or sets the image or icon alignment. This property is obsolete. Use the ToolTipItem.ImageOptions.Alignment property instead.
Namespace : DevExpress.Utils
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
[Browsable(false)]
[DefaultValue(ToolTipImageAlignment.Default)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ToolTipImageAlignment ImageAlign { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(ToolTipImageAlignment.Default)>
Public Property ImageAlign As ToolTipImageAlignment
| Type | Default | Description |
|---|---|---|
| DevExpress.Utils.ToolTipImageAlignment | Default |
The image or icon alignment.
|
ToolTipItem.ImageOptions allow you to display the image in the item:
You can also use the ToolTipItem.Icon property to specify the item’s icon. The Icon property has priority over ImageOptions.
See Also