scaleSymbols property
True if symbols should be scaled.
Implementation
bool get scaleSymbols {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_DrawingInfo_getScaleSymbols(_handle, errorHandler);
});
}
True if symbols should be scaled.
bool get scaleSymbols {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_DrawingInfo_getScaleSymbols(_handle, errorHandler);
});
}