Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 1.13 KB

timedtextrubyreserve.md

File metadata and controls

47 lines (25 loc) · 1.13 KB
-api-id -api-type
T:Windows.Media.Core.TimedTextRubyReserve
winrt enum

Windows.Media.Core.TimedTextRubyReserve

-description

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.

-enum-fields

-field After

The after leading of affected line areas is increased.

-field Before

The before leading of affected line areas is increased.

-field Both

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

-field None

No ruby space reservation applies.

-field Outside

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.

-see-also

-examples