Windows.UI.Xaml.Controls.ToggleSwitch.Header
June 22, 2022 ยท View on GitHub
-description
Gets or sets the header content.
-xaml-syntax
<ToggleSwitch Header="textContent" />
- or -
<ToggleSwitch>
<ToggleSwitch.Header>
singleUIElement
</ToggleSwitch.Header>
</ToggleSwitch>
-xaml-values
- 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.