Hide part if it doesn't contain any data.

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

Syntax

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

Property Value

Type: Boolean

See Also