Add project files.

This commit is contained in:
Ankitkumar Satapara
2026-04-17 22:31:58 +05:30
commit 21aaef6776
473 changed files with 50152 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
# InputGestureRefExtensions Class
**Namespace:** Nodify.Interactivity
**Assembly:** Nodify
**Inheritance:** [Object](https://docs.microsoft.com/en-us/dotnet/api/System.Object) → [InputGestureRefExtensions](Nodify_Interactivity_InputGestureRefExtensions)
**References:** [InputGestureRef](Nodify_Interactivity_InputGestureRef)
Extension methods for the [InputGestureRef](Nodify_Interactivity_InputGestureRef) class.
```csharp
public static class InputGestureRefExtensions
```
## Methods
### AsRef(InputGesture)
Creates a new [InputGestureRef](Nodify_Interactivity_InputGestureRef) from the specified gesture.
```csharp
public static InputGestureRef AsRef(InputGesture gesture);
```
**Parameters**
`gesture` [InputGesture](https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Input.InputGesture)
**Returns**
[InputGestureRef](Nodify_Interactivity_InputGestureRef)