MAUI | ComponentOne
C1.Maui.Core Assembly / C1.Maui.Core Namespace / C1BitmapIcon Class
Members
In This Topic
    C1BitmapIcon Class
    In This Topic
    Represents an icon created from an image.
    Syntax
    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
       Microsoft.Maui.Controls.BindableObject
          Microsoft.Maui.Controls.Element
             Microsoft.Maui.Controls.NavigableElement
                Microsoft.Maui.Controls.VisualElement
                   Microsoft.Maui.Controls.View
                      C1.Maui.Core.C1View
                         C1.Maui.Core.C1Icon
                            C1.Maui.Core.C1BitmapIcon

    See Also