RadControls for Silverlight

Represents an ordered collection of InputGesture objects.

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

Syntax

C#
public sealed class InputGestureCollection : Collection<InputGesture>
Visual Basic
Public NotInheritable Class InputGestureCollection _
	Inherits Collection(Of InputGesture)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'InputGesture>)>)>
    Telerik.Windows.Controls..::..InputGestureCollection

See Also