Skip to main content

HamburgerMenuIconButton.IconStretch Property

Gets or sets the stretch mode for the icon. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Layout.Internal

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Stretch IconStretch { get; set; }

Property Value

Type Description
Stretch

A Stretch enumeration value.

See Also