Property SelectionFlyout
| Edit this page View SourceSelectionFlyout
Gets or sets the flyout that is shown when text is selected, or null
if no flyout is shown.
Declaration
public FlyoutBase? SelectionFlyout { get; set; }
Property Value
Type | Description |
---|---|
FlyoutBase | The flyout that is shown when text is selected, or null if no flyout is shown. The default is a TextCommandBarFlyout |