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

StyleValue<T0>.Create

切换到手册
public static StyleValue<T> Create (T value);

参数

value要用作内联样式的值。

返回

StyleValue<T> 结果 StyleValue<T>

描述

直接从值创建相应泛型类型的 StyleValue。

这在将 C# 格式的内联样式属性分配给可视元素时使用。 以这种方式创建的值将始终掩盖来自 USS 的值。 要恢复为来自 CSS 的值,请使用 StyleValue<T>.nil。