Skip to main content

DXImageIconSource.Stretch Property

Gets or sets a value that specifies how to stretch an image to fill the area.

Namespace: DevExpress.WinUI.Core

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

NuGet Package: DevExpress.WinUI

#Declaration

[DP(Stretch.Uniform, Handler = "OnContentChanged")]
public Stretch Stretch { get; set; }

#Property Value

Type Description
Stretch

A value that specifies how to stretch an image to fill the area.

See Also