Skip to main content

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)

public sealed class AvaloniaPropertyValue
View Source
InheritanceObject → AvaloniaPropertyValue

Properties

DiagnosticGets a diagnostic string.
IsOverriddenCurrentValueGets a value indicating whether the Value was overridden by a call to SetCurrentValue(T)(StyledProperty(T), T).
PriorityGets the priority of the current value.
PropertyGets the property.
ValueGets the current property value.

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode()Serves as the default hash function.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Avalonia.Diagnostics Namespace