StyledPropertyTValueGetDefaultValue(AvaloniaObject) Method

Gets the default value for the property on the specified object.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public TValue GetDefaultValue(
	AvaloniaObject owner
)

Parameters

owner  AvaloniaObject
The object.

Return Value

TValue
The default value.

See Also