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