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

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.v18.2.dll

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