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 |
結構其他成員的表示單位。 |