LabelControlAppearanceObject.GetImageForAnimation() Method
Returns an image displayed in the label.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
Image | An Image object specifying an image displayed in the label. |
Remarks
To specify an image to be displayed in the label, use the Image property of the LabelControl.Appearance object.
See Also