BitmapIconExtension 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.
Custom Windows.UI.Xaml.Markup.MarkupExtension which can provide Windows.UI.Xaml.Controls.BitmapIcon values.
[Windows.UI.Xaml.Markup.MarkupExtensionReturnType(ReturnType=typeof(Windows.UI.Xaml.Controls.BitmapIcon))]
public sealed class BitmapIconExtension : Windows.UI.Xaml.Markup.MarkupExtension
	[<Windows.UI.Xaml.Markup.MarkupExtensionReturnType(ReturnType=typeof(Windows.UI.Xaml.Controls.BitmapIcon))>]
type BitmapIconExtension = class
    inherit MarkupExtension
	Public NotInheritable Class BitmapIconExtension
Inherits MarkupExtension
		- Inheritance
 - 
				Windows.UI.Xaml.Markup.MarkupExtensionBitmapIconExtension
 
- Attributes
 - 
			Windows.UI.Xaml.Markup.MarkupExtensionReturnTypeAttribute
 
Constructors
| BitmapIconExtension() | 
Properties
| ShowAsMonochrome | 
		 Gets or sets a value indicating whether to display the icon as monochrome.  | 
        	
| Source | 
		 Gets or sets the Uri representing the image to display.  |