TimedTextRuby Class

Definition

Represents a block of ruby text associated with a line of timed text.

public ref class TimedTextRuby sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 786432)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class TimedTextRuby final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 786432)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class TimedTextRuby
Public NotInheritable Class TimedTextRuby
Inheritance
Object Platform::Object IInspectable TimedTextRuby
Attributes

Windows requirements

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

Remarks

Get an instance of this class by accessing the Ruby property of a TimedTextStyle object.

Properties

Align

Gets or sets the 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.

Position

Gets or sets the position of ruby text in the block progression dimension with respect to its associated ruby base.

Reserve

Gets or sets the position of ruby text within the inline area generated by the ruby text container annotation.

Text

Gets or sets the text of the ruby text block.

Applies to