ToggleSwitch.

Command Property

Summary

Gets or sets a command which will be executed when the IsOnProperty changes.
Namespace
MahApps.Metro.Controls
Containing Type
ToggleSwitch

Syntax

public ICommand Command { get; set; }

Value

Type Description
ICommand