1 write to Opacity
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
712
set => base.
Opacity
= value;
2 references to Opacity
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (1)
1604
private byte OpacityAsByte => (byte)(
Opacity
* 255.0f);
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
711
get => base.
Opacity
;