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)
- C#
- VB
- F#
public sealed class AvaloniaPropertyValue
Public NotInheritable Class AvaloniaPropertyValue
[<SealedAttribute>]
type AvaloniaPropertyValue = class end
Inheritance | Object → AvaloniaPropertyValue |
Properties
Diagnostic | Gets a diagnostic string. |
IsOverriddenCurrentValue | Gets a value indicating whether the Value was overridden by a call to SetCurrentValue(T)(StyledProperty(T), 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) |
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) |