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

PictureEdit.SvgImageSize Property

Gets or sets the required size of the vector image.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Property Value

Type Description
Size

A Size structure that specifies the required size for rendering the vector image.

Remarks

See the RepositoryItemPictureEdit.SvgImageSize property, which is equivalent to the current property, for more information.

See Also