TimedTextRuby.Position 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 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.