Skip to main content

LabelControlAppearanceObject.GetImageForAnimation() Method

Returns an image displayed in the label.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual Image GetImageForAnimation()

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