Spec-Zone.ru › Dart 1

dart:html

Свойство textLineThroughMode

String textLineThroughMode

Получает значение "text-line-through-mode"

Исходный код

String get textLineThroughMode => getPropertyValue('text-line-through-mode');
void textLineThroughMode=(String value)

Устанавливает значение "text-line-through-mode"

Исходный код

set textLineThroughMode(String value) {
  setProperty('text-line-through-mode', value, '');
}

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/CssStyleDeclarationBase/textLineThroughMode.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API