ResolveByNameAttribute Class

Summary

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.
Namespace
Avalonia.Controls
Base Types
  • object
  • Attribute
graph BT Type-->Base0["Attribute"] Base0-->Base1["object"] Type["ResolveByNameAttribute"] class Type type-node

Syntax

public class ResolveByNameAttribute : Attribute