A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
672 B

// <auto-generated />
namespace TestNs
{
partial class MyControl
{
#nullable enable annotations
/// <summary>
/// Defines the <see cref="Count"/> property.
/// </summary>
public static readonly global::Avalonia.DirectProperty<global::TestNs.MyControl, int> CountProperty =
global::Avalonia.AvaloniaProperty.RegisterDirect<global::TestNs.MyControl, int>(nameof(Count), static o => o.Count, static (o, v) => o.Count = v, unsetValue: -1);
public partial int Count
{
get => field;
set => SetAndRaise(CountProperty, ref field, value);
}
#nullable restore annotations
}
}