BaseSvgImageSourceExtension.Size Property
In This Article
Gets or sets the SVG image’s output width and height.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.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