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

ToolTipItem.LeftIndent Property

Gets or sets the indent from the left edge of a ToolTipItem.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[DefaultValue(0)]
public int LeftIndent { get; set; }

Property Value

Type Default Description
Int32 0

The indent from the left edge of a ToolTipItem, in pixels.

Remarks

The LeftIndent property specifies the indent of the ToolTipItem content (image and text) from the left edge of the ToolTipItem.

See Also