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

ImageEdit.SvgImageSize Property

Gets or sets the size of SVG images assigned to an ImageEdit object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Size

The SVG image size.

See Also