Share via


MsoBlackWhiteMode Enumeration 

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

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

Usage

Dim msoBlackWhiteMode1 As MsoBlackWhiteMode = MsoBlackWhiteMode.msoBlackWhiteAutomatic

Syntax

Public Enum MsoBlackWhiteMode
public enum MsoBlackWhiteMode
public enum class MsoBlackWhiteMode
public enum MsoBlackWhiteMode
public enum MsoBlackWhiteMode

Members

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace