Experimental: this API is experimental and might be changed or removed in the future.

StyleValue<T0>.GetSpecifiedValueOrDefault

Cambiar al Manual
public T GetSpecifiedValueOrDefault (T defaultValue);

Parámetros

defaultValueDefault value to be returned if no value is set.

Valor de retorno

T The value to be used for the custom style.

Descripción

Utility function to be used when reading custom styles values and provide a default value in one step.

This will return the default value if no value was specified from USS or not written to in C#.