C1.Win.4.8 Assembly / C1.Framework Namespace / ShowAsMonochrome Enumeration

ShowAsMonochrome Enumeration
Describes how bitmap content is recolored.
Syntax
'Declaration
 
Public Enum ShowAsMonochrome 
   Inherits System.Enum
 
Members
MemberDescription
AlwaysThe bitmap should be always shown as monochrome.
AutoThe bitmap coloring should be defined by the parent element.
NeverThe bitmap should use original colors.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Framework.ShowAsMonochrome

See Also