FlyoutShowOptions.ShowMode Property

Definition

Gets or sets a value that indicates how the flyout behaves when opened.

public:
 property FlyoutShowMode ShowMode { FlyoutShowMode get(); void set(FlyoutShowMode value); };
FlyoutShowMode ShowMode();

void ShowMode(FlyoutShowMode value);
public FlyoutShowMode ShowMode { get; set; }
var flyoutShowMode = flyoutShowOptions.showMode;
flyoutShowOptions.showMode = flyoutShowMode;
Public Property ShowMode As FlyoutShowMode

Property Value

A value of the enumeration that indicates how the flyout behaves when opened.

Applies to