Skip to main content

ResolveByNameAttribute Class

Definition

Assembly:Avalonia.Controls
Package:Avalonia

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.

public class ResolveByNameAttribute

Inheritance: Attribute -> ResolveByNameAttribute

Constructors

NameDescription
ResolveByNameAttributeNo summary available.

ResolveByNameAttribute Constructor

public ResolveByNameAttribute()