StyledPropertyTValueGetDefaultValue(Type) Method
Gets the default value for the property on the specified type.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public TValue GetDefaultValue(
Type type
)
Public Function GetDefaultValue (
type As Type
) As TValue
member GetDefaultValue :
type : Type -> 'TValue
- type Type
- The type.
TValueThe default value.