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

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also