ActualHighContrastConverter 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.
Determines the correct value for whether or not to use high-contrast images.
public ref class ActualHighContrastConverter sealed : Microsoft::VisualStudio::PlatformUI::MultiValueConverter<Nullable<bool>, bool, bool>
public ref class ActualHighContrastConverter sealed : Microsoft::VisualStudio::PlatformUI::MultiValueConverter<Nullable<bool>, bool, bool>
class ActualHighContrastConverter sealed : Microsoft::VisualStudio::PlatformUI::MultiValueConverter<Nullable<bool>, bool, bool>
public sealed class ActualHighContrastConverter : Microsoft.VisualStudio.PlatformUI.MultiValueConverter<bool?,bool,bool>
type ActualHighContrastConverter = class
inherit MultiValueConverter<Nullable<bool>, bool, bool>
Public NotInheritable Class ActualHighContrastConverter
Inherits MultiValueConverter(Of Nullable(Of Boolean), Boolean, Boolean)
- Inheritance
-
ActualHighContrastConverter
Constructors
ActualHighContrastConverter() |
Initializes a new instance of the converter. |
Fields
Instance |
An instance of the converter. |