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

// <auto-generated />
namespace TestNs
{
partial class MyControl
{
#nullable enable annotations
/// <summary>
/// Defines the <see cref="Value"/> property.
/// </summary>
public static readonly global::Avalonia.StyledProperty<double> ValueProperty =
global::TestNs.RangeBase.ValueProperty.AddOwner<global::TestNs.MyControl>(new global::Avalonia.StyledPropertyMetadata<double>(defaultValue: 1.0, coerce: CoerceValue, enableDataValidation: true));
public new partial double Value
{
get => GetValue(ValueProperty);
set => SetValue(ValueProperty, value);
}
#nullable restore annotations
}
}