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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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