The Thickness to select when the source value is true.

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

Syntax

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

See Also