Gets the partial bar

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

Syntax

C#
public BarData PartialBar { get; }
Visual Basic (Declaration)
Public ReadOnly Property PartialBar As BarData
Visual C++
public:
property BarData^ PartialBar {
	BarData^ get ();
}

See Also