UIProperty<T>
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Generators
Summary:
Defines a xaml property, used to generate bindable/dependency/avalonia or whatever properties.
| T | The type of the property. |
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
Type: T