ProgressPanel.ImageSize Property
In This Article
Gets the size of the control’s image.
Namespace: DevExpress.XtraWaitForm
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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