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

// <auto-generated />
namespace TestNs
{
partial class MyControl
{
#nullable enable annotations
/// <summary>
/// Defines the <see cref="Text"/> property.
/// </summary>
public static readonly global::Avalonia.DirectProperty<global::TestNs.MyControl, string> TextProperty =
global::TestNs.TextBase.TextProperty.AddOwner<global::TestNs.MyControl>(static o => o.Text, static (o, v) => o.Text = v);
public partial string Text
{
get => field;
set => SetAndRaise(TextProperty, ref field, value);
}
#nullable restore annotations
}
}