rubyPosition property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getrubyPosition
Gets the value of "ruby-position"
Implementation
String get rubyPosition => getPropertyValue('ruby-position');
setrubyPosition (String value)
Sets the value of "ruby-position"
Implementation
set rubyPosition(String value) {
setProperty('ruby-position', value, '');
}