Get or set News menu skin

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

Syntax

C#
public bool ShowPathway { get; set; }
Visual Basic
Public Property ShowPathway As Boolean
	Get
	Set
Visual C++
public:
property bool ShowPathway {
	bool get ();
	void set (bool value);
}
F#
member ShowPathway : bool with get, set

Property Value

Type: Boolean

See Also