ColorToOpacityConverter 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.
public ref class ColorToOpacityConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<System::Object ^, double>
[Windows::Foundation::Metadata::WebHostHidden]
class ColorToOpacityConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<winrt::Windows::Foundation::IInspectable, double>
public class ColorToOpacityConverter : Microsoft.VisualStudio.PlatformUI.ValueConverter<object,double>
type ColorToOpacityConverter = class
inherit ValueConverter<obj, double>
Public Class ColorToOpacityConverter
Inherits ValueConverter(Of Object, Double)
- Inheritance
Constructors
ColorToOpacityConverter() |
Methods
Convert(Object, Object, CultureInfo) | |
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>) |