UNPKG

devexpress-diagram

Version:

DevExpress Diagram Control

8 lines (6 loc) 230 B
import { ChangeStylePropertyCommand } from "./ChangeStylePropertyCommand"; export class ChangeStrokeWidthCommand extends ChangeStylePropertyCommand { getStyleProperty(): string { return "stroke-width"; } }