RadControls for Silverlight

Gets collection of the zoom commands.

Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.1050

Syntax

C#
public ObservableCollection<CommandDescription> Commands { get; private set; }
Visual Basic
Public Property Commands As ObservableCollection(Of CommandDescription)
	Get
	Private Set

See Also