Skip to main content
All docs
V19.1

SvgImageCollection.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.1.dll

Declaration

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

Property Value

Type Description
Size

A Size that is the default image size.

See Also