transparency property
The transparency.
Implementation
double get transparency {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_DrawingInfo_getTransparency(_handle, errorHandler);
});
}
The transparency.
double get transparency {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_DrawingInfo_getTransparency(_handle, errorHandler);
});
}