VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / CompositeInputGesture Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    CompositeInputGesture Class
    In This Topic
    Defines the composite input gesture.
    Object Model
    CompositeInputGesture
    Syntax
    'Declaration
    
    <ContentPropertyAttribute("Items")>
    Public Class CompositeInputGesture
       Inherits System.Windows.Input.InputGesture
    
    
    [ContentProperty("Items")]
    public class CompositeInputGesture : System.Windows.Input.InputGesture
    
    
    [ContentProperty("Items")]
    public __gc class CompositeInputGesture : public System.Windows.Input.InputGesture*
    
    
    [ContentProperty("Items")]
    public ref class CompositeInputGesture : public System.Windows.Input.InputGesture^
    
    
    Inheritance Hierarchy

    System.Object
       System.Windows.Input.InputGesture
          Vintasoft.Imaging.Wpf.UI.CompositeInputGesture

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also