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.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Stretch ImageStretch { get; set; }

Property Value

Type Description
Stretch

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

See Also