Class AvaloniaProperty<TValue>
- Namespace
- Avalonia
- Assembly
- Avalonia.Base.dll
A typed avalonia property.
public abstract class AvaloniaProperty<TValue> : AvaloniaProperty, IEquatable<AvaloniaProperty>, IPropertyInfo
Type Parameters
TValue
The value type of the property.
- Inheritance
-
AvaloniaProperty<TValue>
- Implements
- Derived
- Inherited Members
Properties
Changed
Gets an observable that is fired when this property changes on any AvaloniaObject instance.
public IObservable<AvaloniaPropertyChangedEventArgs<TValue>> Changed { get; }
Property Value
- IObservable<AvaloniaPropertyChangedEventArgs<TValue>>
An observable that is fired when this property changes on any AvaloniaObject instance.