'Declaration Public Property InputGestureInsert As System.Windows.Input.InputGesture
public System.Windows.Input.InputGesture InputGestureInsert { get; set; }
public: __property System.Windows.Input.InputGesture* get_InputGestureInsert(); public: __property void set_InputGestureInsert(
System.Windows.Input.InputGesture* value
);
public:
property System.Windows.Input.InputGesture^ InputGestureInsert { System.Windows.Input.InputGesture^ get(); void set(System.Windows.Input.InputGesture^ value); }