ComponentOne Xamarin Edition
C1BitmapIcon Class
Members 
C1.Xamarin.Forms.Core Assembly > C1.Xamarin.Forms.Core Namespace : C1BitmapIcon Class
Represents an icon created from an image.
Syntax
public class C1BitmapIcon : C1Icon, Xamarin.Forms.IAnimatable, Xamarin.Forms.IElementController, Xamarin.Forms.Internals.IDynamicResourceHandler, Xamarin.Forms.Internals.INameScope, Xamarin.Forms.IViewController, Xamarin.Forms.IVisualElementController  
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
   Xamarin.Forms.BindableObject
      Xamarin.Forms.Element
         Xamarin.Forms.VisualElement
            Xamarin.Forms.View
               C1.Xamarin.Forms.Core.C1Icon
                  C1.Xamarin.Forms.Core.C1BitmapIcon

See Also

Reference

C1BitmapIcon Members
C1.Xamarin.Forms.Core Namespace