height 属性

int? height

此画布元素在CSS像素中的高度。

实现

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

实现

set height(int? value) native;