Gets or sets whether or not the double is applied to the top 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 IsTop { get; set; }
Visual Basic
Public Property IsTop As Boolean
	Get
	Set
Visual C++
public:
property bool IsTop {
	bool get ();
	void set (bool value);
}

See Also