AvaloniaPropertyValue Class

Holds diagnostic-related information about the value of an AvaloniaProperty on an AvaloniaObject.

Definition

Namespace: Avalonia.Diagnostics
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public sealed class AvaloniaPropertyValue
Inheritance
Object    AvaloniaPropertyValue

Properties

Diagnostic Gets a diagnostic string.
IsOverriddenCurrentValue Gets a value indicating whether the Value was overridden by a call to SetCurrentValueT(StyledPropertyT, T).
Priority Gets the priority of the current value.
Property Gets the property.
Value Gets the current property value.

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also