TimedTextRubyReserve Enum

Definition

Specifies additional space to apply to affected line areas in order to reserve sufficient room in the block progression dimension to contain inline areas generated by ruby text containers placed within the bounds of the line areas.

public enum class TimedTextRubyReserve
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 786432)]
enum class TimedTextRubyReserve
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 786432)]
public enum TimedTextRubyReserve
var value = Windows.Media.Core.TimedTextRubyReserve.none
Public Enum TimedTextRubyReserve
Inheritance
TimedTextRubyReserve
Attributes

Windows requirements

Device family
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v12.0)

Fields

After 2

The after leading of affected line areas is increased.

Before 1

The before leading of affected line areas is increased.

Both 3

The before and after leading of affected line areas is increased.

None 0

No ruby space reservation applies.

Outside 4

If the current block area contains exactly one line area, the both position applies, the before leading of the first line area of the current block area is increased, and the after leading is increased for all other line areas of the current block area.

Remarks

Use a value from this enumeration when setting the TimedTextRuby.Reserve property.

Applies to