ProgressPanel.ImageSize Property
Gets the size of the control's image.
Namespace: DevExpress.XtraWaitForm
Assembly: DevExpress.XtraEditors.v20.2.dll
Declaration
[Browsable(false)]
public Size ImageSize { get; }
<Browsable(False)>
Public ReadOnly Property ImageSize As Size
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
Feedback