Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 554 Bytes

menuflyoutsubitem_text.md

File metadata and controls

28 lines (19 loc) · 554 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.MenuFlyoutSubItem.Text
winrt property

Microsoft.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