Skip to main content
A newer version of this page is available. .

ImageDashboardItem.SizeMode Property

Gets or sets how an image is positioned within an ImageDashboardItem.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

[DefaultValue(ImageSizeMode.Clip)]
public ImageSizeMode SizeMode { get; set; }

Property Value

Type Default Description
ImageSizeMode Clip

An ImageSizeMode enumeration member that specifies how an image is positioned within an ImageDashboardItem.

See Also