-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Controls.ToggleSwitch.Header |
winrt property |
Gets or sets the header content.
<ToggleSwitch Header="textContent" />
- or -
<ToggleSwitch>
<ToggleSwitch.Header>
singleUIElement
</ToggleSwitch.Header>
</ToggleSwitch>
- textContent
- textContentA text string for the header.
- singleUIElement
- singleUIElementA single UIElement derived object that wraps the desired header content. For example, this might be a Border.