ColorBrushValueConverter.Convert(Color, Object, CultureInfo) Method
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.
protected:
override System::Windows::Media::SolidColorBrush ^ Convert(System::Windows::Media::Color colorObject, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
protected override System.Windows.Media.SolidColorBrush Convert (System.Windows.Media.Color colorObject, object parameter, System.Globalization.CultureInfo culture);
override this.Convert : System.Windows.Media.Color * obj * System.Globalization.CultureInfo -> System.Windows.Media.SolidColorBrush
Protected Overrides Function Convert (colorObject As Color, parameter As Object, culture As CultureInfo) As SolidColorBrush
Parameters
- colorObject
- Color
Microsoft internal use only.
- parameter
- Object
Microsoft internal use only.
- culture
- CultureInfo
Microsoft internal use only.
Returns
Microsoft internal use only.