width 属性

int? width

此画布元素的 CSS 像素宽度。

实现

int? get width native;
void width=(int? value)

实现

set width(int? value) native;