TimedTextPadding 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示计时文本区域周围的填充大小。
public value class TimedTextPadding
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct TimedTextPadding
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct TimedTextPadding
var timedTextPadding = {
before : /* Your value */,
after : /* Your value */,
start : /* Your value */,
end : /* Your value */,
unit : /* Your value */
}
Public Structure TimedTextPadding
- 继承
-
TimedTextPadding
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
字段
After |
计时文本区域之后的填充。 |
Before |
计时文本区域之前的填充。 |
End |
计时文本末尾的填充。 |
Start |
计时文本开头的填充。 |
Unit |
表示结构的其他成员的单位。 |