viewBoxHeight property

  1. @TagNumber(2)
double viewBoxHeight

Implementation

@$pb.TagNumber(2)
$core.double get viewBoxHeight => $_getN(1);
  1. @TagNumber(2)
void viewBoxHeight=(double v)

Implementation

@$pb.TagNumber(2)
set viewBoxHeight($core.double v) {
  $_setFloat(1, v);
}