rightPixels property
The number of pixels to add to the right. The default is 0.
Implementation
@$pb.TagNumber(4)
$core.int get rightPixels => $_getIZ(3);
Implementation
@$pb.TagNumber(4)
set rightPixels($core.int v) {
$_setSignedInt32(3, v);
}
The number of pixels to add to the right. The default is 0.
@$pb.TagNumber(4)
$core.int get rightPixels => $_getIZ(3);
@$pb.TagNumber(4)
set rightPixels($core.int v) {
$_setSignedInt32(3, v);
}