ColorBrushValueConverter 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.
Microsoft internal use only.
public ref class ColorBrushValueConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<System::Windows::Media::Color, System::Windows::Media::SolidColorBrush ^>
[Windows::Foundation::Metadata::WebHostHidden]
class ColorBrushValueConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<System::Windows::Media::Color, System::Windows::Media::SolidColorBrush const &>
public class ColorBrushValueConverter : Microsoft.VisualStudio.PlatformUI.ValueConverter<System.Windows.Media.Color,System.Windows.Media.SolidColorBrush>
type ColorBrushValueConverter = class
inherit ValueConverter<Color, SolidColorBrush>
Public Class ColorBrushValueConverter
Inherits ValueConverter(Of Color, SolidColorBrush)
- Inheritance
Constructors
ColorBrushValueConverter() |
Microsoft internal use only. |
Methods
Convert(Color, Object, CultureInfo) |
Microsoft internal use only. |
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>) |