ClassInputGestureCollection
Class
Represents an ordered collection of InputGesture objects.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public sealed class InputGestureCollection : Collection<InputGesture>, IList<InputGesture>, ICollection<InputGesture>, IList, ICollection, IReadOnlyList<InputGesture>, IReadOnlyCollection<InputGesture>, IEnumerable<InputGesture>, IEnumerable
Inheritance: objectCollection<InputGesture>InputGestureCollection
Implements:
Inherited Members
Constructors
InputGestureCollection()
Declaration
cs-api-definition
public InputGestureCollection()