Share via


TimedTextRuby.Align Property

Definition

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.

public:
 property TimedTextRubyAlign Align { TimedTextRubyAlign get(); void set(TimedTextRubyAlign value); };
TimedTextRubyAlign Align();

void Align(TimedTextRubyAlign value);
public TimedTextRubyAlign Align { get; set; }
var timedTextRubyAlign = timedTextRuby.align;
timedTextRuby.align = timedTextRubyAlign;
Public Property Align As TimedTextRubyAlign

Property Value

A value from the TimedTextRubyAlign enumeration specifying the additional space to apply to affected line areas.

Applies to