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

StyleValue<T0>.GetSpecifiedValueOrDefault

매뉴얼로 전환
public T GetSpecifiedValueOrDefault (T defaultValue);

파라미터

defaultValueDefault value to be returned if no value is set.

반환

T The value to be used for the custom style.

설명

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#.