Gets or sets the visibility of the part. Inherits the base functionality, and disallows the setting visibility to false in the editable admin modes (unvisible parts must still be visible in these admin modes to allow for configuration tasks).

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

Syntax

C#
public override bool Visible { get; set; }
Visual Basic
Public Overrides Property Visible As Boolean
	Get
	Set
Visual C++
public:
virtual property bool Visible {
	bool get () override;
	void set (bool value) override;
}
F#
abstract Visible : bool with get, set
override Visible : bool with get, set

Property Value

Type: Boolean

See Also