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

BaseSvgImageSourceExtension.AutoSize Property

Gets or sets whether SVG image sizes are calculated automatically.

Namespace: DevExpress.Xpf.Core

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

Declaration

public bool AutoSize { get; set; }

Property Value

Type Description
Boolean

true, if the SVG image’s sizes should be calculated automatically; otherwise, false.

Remarks

Refer to the Specifying SVG Images topic to learn more.

See Also