Gets a command that performs the decrease command.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public ICommand DecreaseCommand { get; }
Visual Basic
Public ReadOnly Property DecreaseCommand As ICommand
	Get
Visual C++
public:
property ICommand^ DecreaseCommand {
	ICommand^ get ();
}

See Also