ProgressPanel.ImageHorzOffset Property
Gets or sets the horizontal distance between the control’s left edge and the image
Namespace: DevExpress.XtraWaitForm
Assembly: DevExpress.XtraEditors.v24.2.dll
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