ThemedImageSourceConverter 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.
Converts an ImageSource into another ImageSource. If the input image ia a BitmapSource, the transformed BitmapSource has its halo color mapped to the given background color and is conditionally rendered as disabled.
public ref class ThemedImageSourceConverter : Microsoft::VisualStudio::PlatformUI::MultiValueConverter<System::Windows::Media::ImageSource ^, System::Windows::Media::Color, bool, System::Windows::Media::ImageSource ^>
[Windows::Foundation::Metadata::WebHostHidden]
class ThemedImageSourceConverter : Microsoft::VisualStudio::PlatformUI::MultiValueConverter<System::Windows::Media::ImageSource, System::Windows::Media::Color, bool, System::Windows::Media::ImageSource const &>
public class ThemedImageSourceConverter : Microsoft.VisualStudio.PlatformUI.MultiValueConverter<System.Windows.Media.ImageSource,System.Windows.Media.Color,bool,System.Windows.Media.ImageSource>
type ThemedImageSourceConverter = class
inherit MultiValueConverter<ImageSource, Color, bool, ImageSource>
Public Class ThemedImageSourceConverter
Inherits MultiValueConverter(Of ImageSource, Color, Boolean, ImageSource)
- Inheritance
-
ThemedImageSourceConverter
Constructors
ThemedImageSourceConverter() |
Microsoft internal use only. |