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

ImageCollection<TImage, TInfo>.ImageSize Property

Gets or sets the default image size. If you do not manually set a control’s ImageOptions.SvgImageSize setting, an SvgImageCollection vector icon assigned to this control will have this default size.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

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

Property Value

Type Description
Size

The default image size.

See Also