ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / DisableHideConverter Class / Opposite Property

In This Topic
    Opposite Property (DisableHideConverter)
    In This Topic
    Gets or sets a value indicating whether this DisableHideConverter is opposite.
    Syntax
    'Declaration
     
    Public Property Opposite As Boolean
    public bool Opposite {get; set;}

    Property Value

    true if opposite; otherwise, false.
    See Also