AttachedProperty<TValue> Properties
Properties
Changed | Gets an observable that is fired when this property changes on any AvaloniaObject instance. (Inherited from AvaloniaProperty(TValue)) |
Inherits | Gets a value indicating whether the property inherits its value. (Inherited from AvaloniaProperty) |
IsAttached | Gets a value indicating whether this is an attached property. (Inherited from AvaloniaProperty) |
IsDirect | Gets a value indicating whether this is a direct property. (Inherited from AvaloniaProperty) |
IsReadOnly | Gets a value indicating whether this is a readonly property. (Inherited from AvaloniaProperty) |
Name | Gets the name of the property. (Inherited from AvaloniaProperty) |
OwnerType | Gets the type of the class that registered the property. (Inherited from AvaloniaProperty) |
PropertyType | Gets the type of the property's value. (Inherited from AvaloniaProperty) |
ValidateValue | A method which returns "false" for values that are never valid for this property. (Inherited from StyledProperty(TValue)) |