showLabels property
True if labels should be shown.
Implementation
bool get showLabels {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_DrawingInfo_getShowLabels(
_handle,
errorHandler,
);
});
}
True if labels should be shown.
bool get showLabels {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_DrawingInfo_getShowLabels(
_handle,
errorHandler,
);
});
}