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
615 B

// <auto-generated />
namespace TestNs
{
partial class DerivedClass
{
#nullable enable annotations
/// <summary>
/// Defines the <see cref="Answer"/> property.
/// </summary>
public static readonly global::Avalonia.StyledProperty<int> AnswerProperty =
global::Avalonia.AvaloniaProperty.Register<global::TestNs.DerivedClass, int>(nameof(Answer), validate: ValidateAnswer);
public partial int Answer
{
get => GetValue(AnswerProperty);
set => SetValue(AnswerProperty, value);
}
#nullable restore annotations
}
}