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.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public bool IsInverted { get; set; }
Visual Basic (Declaration)
Public Property IsInverted As Boolean

See Also