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

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