VisibleIfNotEqualValueConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A converter that changes a boolean value to a visibility value.
public ref class VisibleIfNotEqualValueConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<System::Object ^, System::Windows::Visibility>
[Windows::Foundation::Metadata::WebHostHidden]
class VisibleIfNotEqualValueConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<winrt::Windows::Foundation::IInspectable, System::Windows::Visibility>
public class VisibleIfNotEqualValueConverter : Microsoft.VisualStudio.PlatformUI.ValueConverter<object,System.Windows.Visibility>
type VisibleIfNotEqualValueConverter = class
inherit ValueConverter<obj, Visibility>
Public Class VisibleIfNotEqualValueConverter
Inherits ValueConverter(Of Object, Visibility)
- Inheritance
Constructors
VisibleIfNotEqualValueConverter() |
Instantiates a new instance of the VisibleIfNotEqualValueConverter. |
Properties
VisibilityIfEqual |
The visibility value if the values are equal. |
Methods
Convert(Object, Object, CultureInfo) |
Converts a value to a visibility. |
Convert(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
Convert(TSource, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
ConvertBack(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
ConvertBack(TTarget, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |