Description Specifies whether image is automatically dithered when the image is loaded to a BiDisp control.
Usage [form.] BiDisp.DitherAuto [= boolean]
Settings The DitherAuto property settings for a BiDisp control are:
Setting Description
tif2sDisable (Default). Prevents the image to be dithered automatically.
tif2sEnable Allows the image to be dithered automatically.
Remarks The result of the dithering depends on the screen mode and the color depth of the image. Dithering is performed if the color depth of the image is greater than the color depth of the current screen mode setting, otherwise the original image will be displayed.
Data Type Integer (Boolean)
Available þDesign-Time þRun-Time Read þRun-Time Write
See Also Dither Method