ComponentOne FinancialChart for WPF
C1.WPF Namespace / VisibilityConverter Class / Opposite Property



In This Topic
    Opposite Property
    In This Topic
    Gets or sets a value indicating whether this VisibilityConverter is opposite.
    Syntax
    'Declaration
     
    
    Public Property Opposite As Boolean
    'Usage
     
    
    Dim instance As VisibilityConverter
    Dim value As Boolean
     
    instance.Opposite = value
     
    value = instance.Opposite
    public bool Opposite {get; set;}
    public:
    property bool Opposite {
       bool get();
       void set (    bool value);
    }

    Property Value

    true if opposite; otherwise, false.
    See Also