MsoBlackWhiteMode Enumeration

Specifies how a shape appears when viewed in black-and-white mode.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoBlackWhiteMode
'Usage
Dim instance As MsoBlackWhiteMode
public enum MsoBlackWhiteMode

Members

Member name Description
msoBlackWhiteMixed Not supported.
msoBlackWhiteAutomatic Default behavior.
msoBlackWhiteGrayScale Grayscale.
msoBlackWhiteLightGrayScale Light grayscale.
msoBlackWhiteInverseGrayScale Inverse grayscale.
msoBlackWhiteGrayOutline Gray with white fill.
msoBlackWhiteBlackTextAndLine White with grayscale fill.
msoBlackWhiteHighContrast Black with white fill.
msoBlackWhiteBlack Black.
msoBlackWhiteWhite White.
msoBlackWhiteDontShow Not shown.

See Also

Reference

Microsoft.Office.Core Namespace