ComponentOne FinancialChart for WPF
C1.WPF 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 Boolean
    'Usage
     
    
    Dim instance As C1BitmapIcon
    Dim value As Boolean
     
    instance.ShowAsMonochrome = value
     
    value = instance.ShowAsMonochrome
    public bool ShowAsMonochrome {get; set;}
    public:
    property bool ShowAsMonochrome {
       bool get();
       void set (    bool value);
    }
    See Also