Table of Contents

Class ResolveByNameAttribute

Namespace
Avalonia.Controls
Assembly
Avalonia.Controls.dll

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.

[AttributeUsage(AttributeTargets.Method|AttributeTargets.Property)]
public sealed class ResolveByNameAttribute : Attribute
Inheritance
ResolveByNameAttribute
Inherited Members

Constructors

ResolveByNameAttribute()

public ResolveByNameAttribute()