BlackWhiteModeValues Enum   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Black and White Mode
public enum BlackWhiteModeValuespublic readonly struct BlackWhiteModeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues>, IEquatable<DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues>type BlackWhiteModeValues = type BlackWhiteModeValues = struct
    interface IEnumValue
    interface IEnumValueFactory<BlackWhiteModeValues>Public Enum BlackWhiteModeValuesPublic Structure BlackWhiteModeValues
Implements IEnumValue, IEnumValueFactory(Of BlackWhiteModeValues), IEquatable(Of BlackWhiteModeValues)- Inheritance
- 
				BlackWhiteModeValues
- Inheritance
- 
				BlackWhiteModeValues
Fields
| Name | Value | Description | 
|---|---|---|
| Color | 0 | Color. When the item is serialized out as xml, its value is "clr". | 
| Auto | 1 | Automatic. When the item is serialized out as xml, its value is "auto". | 
| Gray | 2 | Gray. When the item is serialized out as xml, its value is "gray". | 
| LightGray | 3 | Light Gray. When the item is serialized out as xml, its value is "ltGray". | 
| InvGray | 4 | Inverse Gray. When the item is serialized out as xml, its value is "invGray". | 
| GrayWhite | 5 | Gray and White. When the item is serialized out as xml, its value is "grayWhite". | 
| BlackGray | 6 | Black and Gray. When the item is serialized out as xml, its value is "blackGray". | 
| BlackWhite | 7 | Black and White. When the item is serialized out as xml, its value is "blackWhite". | 
| Black | 8 | Black. When the item is serialized out as xml, its value is "black". | 
| White | 9 | White. When the item is serialized out as xml, its value is "white". | 
| 10 | Hidden. When the item is serialized out as xml, its value is "hidden". | |
| Auto | Automatic. When the item is serialized out as xml, its value is "auto". | |
| Black | Black. When the item is serialized out as xml, its value is "black". | |
| BlackGray | Black and Gray. When the item is serialized out as xml, its value is "blackGray". | |
| BlackWhite | Black and White. When the item is serialized out as xml, its value is "blackWhite". | |
| BlackWhiteModeValues(String) | Creates a new BlackWhiteModeValues enum instance | |
| Color | Color. When the item is serialized out as xml, its value is "clr". | |
| Equality(BlackWhiteModeValues, BlackWhiteModeValues) | ||
| Equals(BlackWhiteModeValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| Gray | Gray. When the item is serialized out as xml, its value is "gray". | |
| GrayWhite | Gray and White. When the item is serialized out as xml, its value is "grayWhite". | |
| Hidden. When the item is serialized out as xml, its value is "hidden". | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<BlackWhiteModeValues>.Create(String) | ||
| Inequality(BlackWhiteModeValues, BlackWhiteModeValues) | ||
| InvGray | Inverse Gray. When the item is serialized out as xml, its value is "invGray". | |
| LightGray | Light Gray. When the item is serialized out as xml, its value is "ltGray". | |
| ToString() | ||
| White | White. When the item is serialized out as xml, its value is "white". |