TimedTextPadding Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the size of padding around a timed text region.
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
- Inheritance
-
TimedTextPadding
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
After |
The padding after the timed text region. |
Before |
The padding before the timed text region. |
End |
The padding towards the end of the timed text. |
Start |
The padding towards the start of the timed text. |
Unit |
The units in which the other members of the structure are expressed. |