ToggleSwitch.OnContentTemplate property
Gets or sets the DataTemplate used to display the control's content while in "On" state.
Syntax
<ToggleSwitch> <ToggleSwitch.OnContentTemplate> singleDataTemplate </ToggleSwitch.OnContentTemplate> </ToggleSwitch>
<ToggleSwitch OnContentTemplate="resourceReferenceToDataTemplate"/>
XAML Values
- singleDataTemplate
-
A single DataTemplate object element. That DataTemplate would typically have multiple child elements that define the visual appearance of the data representation.
- resourceReferenceToDataTemplate
-
A resource reference to an existing DataTemplate from a resources collection. The resource reference must specify the desired DataTemplate by key.
Property value
Type: DataTemplate
The DataTemplate that displays the control's content while in "On" state.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 3/12/2013
