ComponentOne Basic Library for UWP
C1BitmapIcon Class
Members 

C1.UWP Assembly > C1.Xaml Namespace : C1BitmapIcon Class
Represents an icon created from an image.
Object Model
C1BitmapIcon Class
Syntax
'Declaration
 
Public Class C1BitmapIcon 
   Inherits C1Icon
   Implements Windows.UI.Composition.IAnimationObject 
public class C1BitmapIcon : C1Icon, Windows.UI.Composition.IAnimationObject  
Remarks
The file that you use should be a solid image on a transparent background. The bitmap image is expected to be a true bitmap that has transparent pixels and non-transparent pixels. The recommended format is PNG. Other file-format image sources will load but result in a solid block of the foreground color.
Inheritance Hierarchy

System.Object
   Windows.UI.Xaml.DependencyObject
      Windows.UI.Xaml.UIElement
         Windows.UI.Xaml.FrameworkElement
            Windows.UI.Xaml.Controls.Control
               C1.Xaml.C1Icon
                  C1.Xaml.C1BitmapIcon

See Also

Reference

C1BitmapIcon Members
C1.Xaml Namespace