showLabels property

bool showLabels

True if labels should be shown.

Implementation

bool get showLabels {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_DrawingInfo_getShowLabels(_handle, errorHandler);
  });
}