Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 802 Bytes

toggleswitch_header.md

File metadata and controls

40 lines (29 loc) · 802 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.ToggleSwitch.Header
winrt property

Windows.UI.Xaml.Controls.ToggleSwitch.Header

-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.
## -property-value The header content for the [ToggleSwitch](toggleswitch.md).

-remarks

-examples

-see-also