Skip to main content

ProgressPanel.ImageHorzOffset Property

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

Namespace: DevExpress.XtraWaitForm

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(0)]
[DXCategory("Display Options")]
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