BaseSvgImageSourceExtension.Size Property
Gets or sets the SVG image’s output width and height.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v25.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Nullable<Size> | The SVG image size. |
Remarks
Refer to the SVG Images topic for more information.
See Also