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

BaseSvgImageSourceExtension.Size Property

Gets or sets the SVG image’s sizes.

Namespace: DevExpress.Xpf.Core

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

Declaration

public Size? Size { get; set; }

Property Value

Type Description
Nullable<Size>

A System.Windows.Size structure defining the SVG image’s sizes.

Remarks

Refer to the Specifying SVG Images topic to learn more.

See Also