Skip to main content
A newer version of this page is available. .

ToolTipItem.ImageAlign Property

Gets or sets the image or icon alignment.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[Browsable(false)]
[DefaultValue(ToolTipImageAlignment.Default)]
public ToolTipImageAlignment ImageAlign { get; set; }

Property Value

Type Default Description
DevExpress.Utils.ToolTipImageAlignment **Default**

The image or icon alignment.

Remarks

The ImageAlign property specifies an image or icon alignment, either to the left or to the right side of a ToolTipItem.

The ToolTipImageAlignment.Default value specifies the same alignment as the ToolTipImageAlignment.Left value.

For more information on displaying an image, see the ToolTipItem.Icon topic.

See Also