Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 552 Bytes

menuflyoutsubitem_text.md

File metadata and controls

30 lines (19 loc) · 552 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.MenuFlyoutSubItem.Text
winrt property

Windows.UI.Xaml.Controls.MenuFlyoutSubItem.Text

-description

Gets or sets the text content of a MenuFlyoutSubItem.

-xaml-syntax

<MenuFlyoutSubItem Text="string"/>

-property-value

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

-remarks

-examples

-see-also