Back to Devexpress

ProgressPanel.ImageHorzOffset Property

windowsforms-devexpress-dot-xtrawaitform-dot-progresspanel-6e0f9386.md

latest1.4 KB
Original Source

ProgressPanel.ImageHorzOffset Property

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

Namespace : DevExpress.XtraWaitForm

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(0)]
[DXCategory("Display Options")]
public int ImageHorzOffset { get; set; }
vb
<DXCategory("Display Options")>
<DefaultValue(0)>
Public Property ImageHorzOffset As Integer

Property Value

TypeDefaultDescription
Int320

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

Caption

ProgressPanel Class

ProgressPanel Members

DevExpress.XtraWaitForm Namespace