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

ProgressPanel.ImageSize Property

Gets the size of the control’s image.

Namespace: DevExpress.XtraWaitForm

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public Size ImageSize { get; }

Property Value

Type Description
Size

A Size of the control’s image.

Remarks

An image displayed by the ProgressPanel control is obtained from a skin. The ImageSize property returns the size of this image.

See Also