Gets or sets the content to be displayed at the end of the DualProgressBar. This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Object EndContent { get; set; }
Visual Basic
Public Property EndContent As Object
	Get
	Set
Visual C++
public:
property Object^ EndContent {
	Object^ get ();
	void set (Object^ value);
}

See Also