UNPKG

devexpress-diagram

Version:

DevExpress Diagram Control

11 lines (9 loc) 306 B
import { ToggleStyleTextPropertyCommand } from "./ToggleStyleTextPropertyCommand"; export class ToggleFontUnderlineCommand extends ToggleStyleTextPropertyCommand { getStyleProperty() { return "text-decoration"; } getStylePropertyValue() { return "underline"; } }