scaleSymbols property

bool scaleSymbols

True if symbols should be scaled.

Implementation

bool get scaleSymbols {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_DrawingInfo_getScaleSymbols(_handle, errorHandler);
  });
}