UIProperty<T>
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Generators

Summary:
Defines a xaml property, used to generate bindable/dependency/avalonia or whatever properties.

Type parameters:
T The type of the property.
Inheritance:
Object =>
UIProperty<T>

Constructors

// Defines a xaml property, used to generate bindable/dependency/avalonia or whatever properties.
T defaultValue, // The default value.
Delegate onChanged// The method to call when the property changes.
)

Properties

Gets the default value for the property.
Type: T
Gets the method to call when the property changes.
Type: Delegate