VisibleIfEqualValueConverter 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 for the visible if equal property.
public ref class VisibleIfEqualValueConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<System::Object ^, System::Windows::Visibility>
[Windows::Foundation::Metadata::WebHostHidden]
class VisibleIfEqualValueConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<winrt::Windows::Foundation::IInspectable, System::Windows::Visibility>
public class VisibleIfEqualValueConverter : Microsoft.VisualStudio.PlatformUI.ValueConverter<object,System.Windows.Visibility>
type VisibleIfEqualValueConverter = class
inherit ValueConverter<obj, Visibility>
Public Class VisibleIfEqualValueConverter
Inherits ValueConverter(Of Object, Visibility)
- Inheritance
Constructors
VisibleIfEqualValueConverter() |
Instantiates a new instance of the converter. |
Properties
VisibilityIfNotEqual |
Gets or sets the visibility if not equal. |
Methods
Convert(Object, Object, CultureInfo) |
Converts the value to a Visibility value. |
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>) |