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

AccordionControlElementBase.TextToImageDistance Property

OBSOLETE

Use HeaderIndent instead of TextToImageDistance

Gets or sets the distance between the text and image in the element’s header.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Obsolete("Use HeaderIndent instead of TextToImageDistance")]
[Browsable(false)]
public int TextToImageDistance { get; set; }

Property Value

Type Description
Int32

The distance between the text and image, in pixels.

See Also