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

See Also