Indicator determining if this bar is empty. True if it is empty, otherwise false.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

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

See Also