height 属性

int? height

此画布元素的高度,以CSS像素为单位。

实现

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

实现

set height(int? value) native;