TimedTextRuby.Align Property
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.
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.