Summary
Label focus Target
- Namespace
- Avalonia
.Controls - Containing Type
- Label
Syntax
[ResolveByName]
public IInputElement Target { get; set; }
Attributes
Type | Description |
---|---|
Resolve |
Indicates that the property resolves an element by Name or x:Name. When applying this to attached properties, ensure to put on both the Getter and Setter methods. |
Value
Type | Description |
---|---|
IInputElement |