Gets or sets the background opacity for crop control.

Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public float BackgroundOpacity { get; set; }
Visual Basic
Public Property BackgroundOpacity As Single
	Get
	Set
Visual C++
public:
property float BackgroundOpacity {
	float get ();
	void set (float value);
}
F#
member BackgroundOpacity : float32 with get, set

Property Value

Type: Single

See Also