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

ProgressPanel.ImageHorzOffset Property

Gets or sets the horizontal distance between the control’s left edge and the image

Namespace: DevExpress.XtraWaitForm

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Display Options")]
[DefaultValue(0)]
public int ImageHorzOffset { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that is the horizontal distance between the control’s left edge and the image

Remarks

See ProgressPanel.Caption to learn more.

See Also