Gets or sets whether the normal visibility logic should be inverted. If IsInverted is false (the default), true is converted to Visible and false to Collapsed. If IsInverted is true, true is converted to Collapsed and false to Visible.

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

Syntax

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

See Also