[Missing <summary> documentation for "P:Micromanager_net.MMDeviceHolder.Visible"]

Namespace:  Micromanager_net
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool Visible { get; set; }
Visual Basic (Declaration)
Public Property Visible As Boolean
Visual C++
public:
virtual property bool Visible {
	bool get () sealed;
	void set (bool value) sealed;
}

Implements

_MMDeviceHolder..::.Visible

See Also