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.
 
 
 

18 lines
515 B

// <auto-generated />
partial class MyControl
{
#nullable enable annotations
/// <summary>
/// Defines the <see cref="Header"/> property.
/// </summary>
public static readonly global::Avalonia.StyledProperty<string?> HeaderProperty =
global::Avalonia.AvaloniaProperty.Register<global::MyControl, string?>(nameof(Header));
public partial string? Header
{
get => GetValue(HeaderProperty);
set => SetValue(HeaderProperty, value);
}
#nullable restore annotations
}