ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1BitmapIcon Class / ShowAsMonochrome Property

In This Topic
    ShowAsMonochrome Property
    In This Topic
    Gets or sets a value that indicates whether the bitmap is shown in a single color.
    Syntax
    'Declaration
     
    Public Property ShowAsMonochrome As System.Boolean
    public System.bool ShowAsMonochrome {get; set;}
    See Also