PictureEdit.SvgImageSize Property
Gets or sets the required size of the vector image.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v23.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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