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,32 @@
# IKeyboardFocusTarget\<TElement\> Interface
**Namespace:** Nodify.Interactivity
**Assembly:** Nodify
```csharp
public interface IKeyboardFocusTarget<TElement>
```
## Properties
### Bounds
```csharp
public virtual Rect Bounds { get; set; }
```
**Property Value**
[Rect](https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Rect)
### Element
```csharp
public virtual TElement Element { get; set; }
```
**Property Value**
[TElement](Nodify_Interactivity_IKeyboardFocusTarget_TElement__TElement)