Skip to main content

ToolTipItem.ImageAlign Property

Gets or sets the image or icon alignment.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

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

Property Value

Type Default Description
DevExpress.Utils.ToolTipImageAlignment Default

The image or icon alignment.

Remarks

For more information, see the ToolTipItemImageOptions.Alignment property that is equivalent to the current property.

See Also