TimedTextPadding
TimedTextPadding
TimedTextPadding
TimedTextPadding
Struct
Definition
Represents the size of padding around a timed text region.
public : struct TimedTextPaddingpublic struct TimedTextPaddingPublic Structure TimedTextPadding// You can use this struct in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
After After After After
The padding after the timed text region.
public : field double Afterpublic field double AfterPublic Field After// You can use this field in JavaScript.
Before Before Before Before
The padding before the timed text region.
public : field double Beforepublic field double BeforePublic Field Before// You can use this field in JavaScript.
End End End End
The padding towards the end of the timed text.
public : field double Endpublic field double EndPublic Field End// You can use this field in JavaScript.
Start Start Start Start
The padding towards the start of the timed text.
public : field double Startpublic field double StartPublic Field Start// You can use this field in JavaScript.