Skip to main content

DirectProperty<TOwner, TValue> Properties

Properties

ChangedGets an observable that is fired when this property changes on any AvaloniaObject instance.
(Inherited from AvaloniaProperty(TValue))
GetterGets the getter function.
InheritsGets a value indicating whether the property inherits its value.
(Inherited from AvaloniaProperty)
IsAttachedGets a value indicating whether this is an attached property.
(Inherited from AvaloniaProperty)
IsDirectGets a value indicating whether this is a direct property.
(Inherited from AvaloniaProperty)
IsReadOnlyGets a value indicating whether this is a readonly property.
(Inherited from AvaloniaProperty)
NameGets the name of the property.
(Inherited from AvaloniaProperty)
OwnerGets the type that registered the property.
(Inherited from DirectPropertyBase(TValue))
OwnerTypeGets the type of the class that registered the property.
(Inherited from AvaloniaProperty)
PropertyTypeGets the type of the property's value.
(Inherited from AvaloniaProperty)
SetterGets the setter function.

See Also

Reference

DirectProperty(TOwner, TValue) Class
Avalonia Namespace