Constructors
-
Avalonia
Object() Initializes a new instance of the AvaloniaObject class.
Methods
-
Affects
Validation(Avalonia protectedstatic Forces revalidation of properties when a property value changes.Property, Avalonia Property[]) -
Bind(Avalonia
Property, sealed Binds a AvaloniaProperty to an observable.IObservable<Object>, Binding Priority) -
Bind``1(Avalonia
Property<``0>, sealed Binds a AvaloniaProperty to an observable.IObservable<``0>, Binding Priority) -
Check
Access() -
Clear
Value(Avalonia Clears a AvaloniaProperty's local value.Property) -
Get
Value(Avalonia sealed Gets a AvaloniaProperty value.Property) -
Get
Value``1(Avalonia sealed Gets a AvaloniaProperty value.Property<``0>) -
Is
Animating(Avalonia sealed Checks whether a AvaloniaProperty is animating.Property) -
Is
Set(Avalonia sealed Checks whether a AvaloniaProperty is set on this object.Property) -
Log
Binding protected internalvirtual Logs a binding error for a property.Error(Avalonia Property, Exception) -
On
Property protectedvirtual Called when a avalonia property changes on the object.Changed(Avalonia Property Changed Event Args) -
Raise
Property protected Raises the PropertyChanged event.Changed(Avalonia Property, Object, Object, Binding Priority) -
Revalidate(Avalonia
Property) Forces the specified property to be revalidated. -
Set
And protected Sets the backing field for a direct avalonia property, raising the PropertyChanged event if the value has changed.Raise``1(Avalonia Property<``0>, ``0&, Set And Raise Callback<``0>, ``0) -
Set
And protected Sets the backing field for a direct avalonia property, raising the PropertyChanged event if the value has changed.Raise``1(Avalonia Property<``0>, ``0&, ``0) -
Set
Value(Avalonia sealed Sets a AvaloniaProperty value.Property, Object, Binding Priority) -
Set
Value``1(Avalonia sealed Sets a AvaloniaProperty value.Property<``0>, ``0, Binding Priority) -
Update
Data protectedvirtual Called to update the validation state for properties for which data validation is enabled.Validation(Avalonia Property, Binding Notification) -
Verify
Access()
Properties
-
Inheritance
Parent protected Gets or sets the parent object that inherited AvaloniaProperty values are inherited from. - Item
- Values private
Events
-
Property
Changed sealed Raised when a AvaloniaProperty value changes on this object.
Nested Types
-
Set
And protectedRaise Callback`1