Skip to main content

BaseSvgImageSourceExtension.Size Property

Gets or sets the SVG image’s output width and height.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public Size? Size { get; set; }

Property Value

Type Description
Nullable<Size>

The SVG image size.

Remarks

Refer to the SVG Images topic for more information.

See Also