Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 578 Bytes

menuflyoutitem_text.md

File metadata and controls

32 lines (21 loc) · 578 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.MenuFlyoutItem.Text
winrt property

Windows.UI.Xaml.Controls.MenuFlyoutItem.Text

-description

Gets or sets the text content of a MenuFlyoutItem.

-xaml-syntax

<MenuFlyoutItem Text="string"/>
- or -
<MenuFlyoutItem>string</MenuFlyoutItem>

-property-value

A string that specifies the text content of this MenuFlyoutItem. The default is an empty string.

-remarks

-examples

-see-also