Share via


MsoShadowType Enumeration 

Specifies the type of shadow displayed with a shape.

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

Usage

Dim msoShadowType1 As MsoShadowType = MsoShadowType.msoShadow1

Syntax

Public Enum MsoShadowType
public enum MsoShadowType
public enum class MsoShadowType
public enum MsoShadowType
public enum MsoShadowType

Members

Member name Description
msoShadow1 First shadow type.
msoShadow10 Tenth shadow type.
msoShadow11 Eleventh shadow type.
msoShadow12 Twelfth shadow type.
msoShadow13 Thirteenth shadow type.
msoShadow14 Fourteenth shadow type.
msoShadow15 Fifteenth shadow type.
msoShadow16 Sixteenth shadow type.
msoShadow17 Seventeenth shadow type.
msoShadow18 Eighteenth shadow type.
msoShadow19 Nineteenth shadow type.
msoShadow2 Second shadow type.
msoShadow20 Twentieth shadow type.
msoShadow3 Third shadow type.
msoShadow4 Fourth shadow type.
msoShadow5 Fifth shadow type.
msoShadow6 Sixth shadow type.
msoShadow7 Seventh shadow type.
msoShadow8 Eighth shadow type.
msoShadow9 Ninth shadow type.
msoShadowMixed Not supported.

Remarks

The msoShadowType constants are numbered according to their order (left to right, top to bottom) within the Shadow Style set shown in the Drawing toolbar.

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