CommandBarFlyoutCommandBarTemplateSettings.WidthExpansionDelta Property

Definition

Gets the amount of change for the width expansion.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.WidthExpansionDelta (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property double WidthExpansionDelta { double get(); };
double WidthExpansionDelta();
public double WidthExpansionDelta { get; }
var double = commandBarFlyoutCommandBarTemplateSettings.widthExpansionDelta;
Public ReadOnly Property WidthExpansionDelta As Double

Property Value

Double

double

The amount of change for the width expansion.

Applies to