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

SvgIcon.IconStretch Property

Gets or sets a value that specifies how the image is resized to fill its allocated space. This is a dependency property.

Namespace: DevExpress.UI.Xaml

Assembly: DevExpress.UI.Xaml.v18.2.dll

Declaration

public Stretch IconStretch { get; set; }

Property Value

Type Description
Windows.UI.Xaml.Media.Stretch

A Windows.UI.Xaml.Media.Stretch enumeration value.

See Also