|
|
@ -2,6 +2,9 @@ |
|
|
|
|
|
|
|
|
namespace Avalonia.Metadata; |
|
|
namespace Avalonia.Metadata; |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Defines the property that contains type of the data passed to the <see cref="IDataTemplate"/> implementation.
|
|
|
|
|
|
/// </summary>
|
|
|
[AttributeUsage(AttributeTargets.Property)] |
|
|
[AttributeUsage(AttributeTargets.Property)] |
|
|
public class TemplateDataTypeAttribute : Attribute |
|
|
public class TemplateDataTypeAttribute : Attribute |
|
|
{ |
|
|
{ |
|
|
|