Skip to main content

ButtonInfo.ImageStretch Property

Gets or sets a value that specifies how a button’s image should be resized to fill its allocated space. This is a dependency property.

Namespace: DevExpress.WinUI.Editors

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(Stretch.None)]
public Stretch ImageStretch { get; set; }

Property Value

Type Description
Stretch

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

See Also