Skip to main content

ThumbnailButton.Image Property

Gets or sets the image displayed within the button.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
public Bitmap Image { get; set; }

Property Value

Type Default Description
Bitmap null

The image displayed within the button.

See Also