menu
  1. Dart
  2. dart:html
  3. CssStyleDeclarationBase
  4. textEmphasisPosition property
textEmphasisPosition

textEmphasisPosition property

String get textEmphasisPosition

Gets the value of "text-emphasis-position"

Implementation

String get textEmphasisPosition => getPropertyValue('text-emphasis-position');
set textEmphasisPosition (String value)

Sets the value of "text-emphasis-position"

Implementation

set textEmphasisPosition(String value) {
 setProperty('text-emphasis-position', value, '');
}
CssStyleDeclarationBase class

AltStyle によって変換されたページ (->オリジナル) /