Share via


TimedTextRuby.Position Property

Definition

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

public:
 property TimedTextRubyPosition Position { TimedTextRubyPosition get(); void set(TimedTextRubyPosition value); };
TimedTextRubyPosition Position();

void Position(TimedTextRubyPosition value);
public TimedTextRubyPosition Position { get; set; }
var timedTextRubyPosition = timedTextRuby.position;
timedTextRuby.position = timedTextRubyPosition;
Public Property Position As TimedTextRubyPosition

Property Value

A value from the TimedTextRubyPosition enumeration specifying the position of ruby text.

Applies to