宽度属性

int? 宽度

此canvas元素的宽度(CSS像素)。

实现

int? get width native;
void 宽度=(int? )

实现

set width(int? value) native;