Skip to main content

LabelControlAppearanceObject.GetImage() Method

Gets the image to be displayed in a label control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v25.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override Image GetImage()

Returns

Type Description
Image

An Image object to be displayed in the label.

See Also