Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ToggleSwitch.OffContentTemplate Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

DataTemplate OffContentTemplate();

void OffContentTemplate(DataTemplate value);
public DataTemplate OffContentTemplate { get; set; }
var dataTemplate = toggleSwitch.offContentTemplate;
toggleSwitch.offContentTemplate = dataTemplate;
Public Property OffContentTemplate As DataTemplate
<ToggleSwitch>
 <ToggleSwitch.OffContentTemplate>
 singleDataTemplate
 </ToggleSwitch.OffContentTemplate>
</ToggleSwitch>
- or -
<ToggleSwitch OffContentTemplate="resourceReferenceToDataTemplate"/>

Property Value

The DataTemplate that displays the control's content while in "Off" state.

Applies to


Feedback

Was this page helpful?