TimedTextPadding 構造体

定義

時間指定されたテキスト領域の周囲のパディングのサイズを表します。

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

構造体の他のメンバーが表される単位。

適用対象