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

LayoutControlItem.ImageToTextDistance Property

Gets or sets the distance between the item’s label and image.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty]
[DefaultValue(5)]
[DXCategory("Appearance")]
public virtual int ImageToTextDistance { get; set; }

Property Value

Type Default Description
Int32 5

An integer value that specifies the distance between the item’s label and image, in pixels.

See Also