Gets or sets whether or not the double is applied to the bottom of the Thickness.

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

Syntax

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

See Also