Gets or sets a value indicating whether this VisibilityConverter is opposite.

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
public bool Opposite { get; set; }
Visual Basic
Public Property Opposite As Boolean
	Get
	Set

Field Value

true if opposite; otherwise, false.

See Also