Skip to main content

ImageDashboardItem.SizeMode Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v22.2.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