Skip to main content

DPIAwareImageCollection.ImageSize Property

Gets or sets the image size that should be retrieved at the default 96 DPI setting.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DXCategory("Appearance")]
public Size ImageSize { get; set; }

Property Value

Type Description
Size

A Size structure that specifies the default image size.

Remarks

See the DPIAwareImageCollection class description to learn more.

See Also