Skip to main content

AvaloniaProperty<TValue> Methods

Methods

Bind()Returns a binding accessor that can be passed to AvaloniaObject's [] operator to initiate a binding.
(Inherited from AvaloniaProperty)
Equals(AvaloniaProperty)Indicates whether the current object is equal to another object of the same type.
(Inherited from AvaloniaProperty)
Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from AvaloniaProperty)
Finalize()Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode()Serves as the default hash function.
(Inherited from AvaloniaProperty)
GetMetadata(AvaloniaObject)Gets the AvaloniaPropertyMetadata which applies to this property when it is used with the specified object.
(Inherited from AvaloniaProperty)
GetMetadata(Type)Gets the AvaloniaPropertyMetadata which applies to this property when it is used with the specified type.
(Inherited from AvaloniaProperty)
GetMetadata(T)()Gets the AvaloniaPropertyMetadata which applies to this property when it is used with the specified type.
(Inherited from AvaloniaProperty)
GetType()Gets the Type of the current instance.
(Inherited from Object)
IsValidValue(Object)Checks whether the value is valid for the property.
(Inherited from AvaloniaProperty)
MemberwiseClone()Creates a shallow copy of the current Object.
(Inherited from Object)
ToString()Gets the string representation of the property.
(Inherited from AvaloniaProperty)
Unregister(Type)
(Inherited from AvaloniaProperty)

See Also

Reference

AvaloniaProperty(TValue) Class
Avalonia Namespace