In The Hand LtdIn The Hand
SetOpacity Method (f, value)
NamespacesInTheHand.Windows.FormsControlHelperSetOpacity(Form, Single)
.NET Components for Mobility
Gets or sets the opacity level of the form.
Declaration Syntax
C#Visual Basic
public static void SetOpacity(
	Form f,
	float value
)
Public Shared Sub SetOpacity ( _
	f As Form, _
	value As Single _
)
Parameters
f (Form)
The Form.
value (Single)
The level of opacity for the form. The default is 1.00.
Remarks
The Opacity property enables you to specify a level of transparency for the form and its controls. When this property is set to a value less than 100 percent (1.00), the entire form, including borders, is made more transparent. Setting this property to a value of 0 percent (0.00) makes the form completely invisible. You can use this property to provide different levels of transparency or to provide effects such as phasing a form in or out of view. For example, you can phase a form into view by setting the Opacity property to a value of 0 percent (0.00) and gradually increasing the value until it reaches 100 percent (1.00).
Platforms Supported
Windows Mobile
Windows Mobile Version 6.5 and later

Assembly: InTheHand.Windows.Forms (Module: InTheHand.Windows.Forms) Version: 7.0.0.0