Skip to main content

ImageEdit.SvgImageSize Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.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