Gets or sets the BarData associated with this instance.

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

Syntax

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

See Also