UNPKG

devexpress-diagram

Version:

DevExpress Diagram Control

8 lines (6 loc) 236 B
import { ChangeStyleTextPropertyCommand } from "./ChangeStyleTextPropertyCommand"; export class ChangeFontSizeCommand extends ChangeStyleTextPropertyCommand { getStyleProperty(): string { return "font-size"; } }