0 out of 1 rated this helpful - Rate this topic

ToggleSwitch.OnContentTemplate property

Gets or sets the DataTemplate used to display the control's content while in "On" state.

Syntax


public DataTemplate OnContentTemplate { get; set; }


<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

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

ToggleSwitch

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.