Skip to main content

UnsetValueType Class

Definition

Namespace:Avalonia
Assembly:Avalonia.Base
Package:Avalonia

Class representing the Avalonia.AvaloniaProperty.UnsetValue.

public class UnsetValueType

Inheritance: object -> UnsetValueType

Methods

NameDescription
ToStringReturns the string representation of the Avalonia.AvaloniaProperty.UnsetValue.

ToString Method

Returns the string representation of the Avalonia.AvaloniaProperty.UnsetValue.

public string ToString()

Returns

string

The string "(unset)".