Browse Source

update comment for ResolveByName attribute.

pull/4954/head
Dan Walmsley 6 years ago
parent
commit
8f51fae0d9
  1. 6
      src/Avalonia.Controls/ResolveByNameAttribute.cs

6
src/Avalonia.Controls/ResolveByNameAttribute.cs

@ -2,8 +2,12 @@
namespace Avalonia.Controls
{
/// <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.
/// </summary>
public class ResolveByNameAttribute : Attribute
{
}
}

Loading…
Cancel
Save