Share via


MsoPresetLightingDirection Enumeration 

Specifies the location of lighting on an extruded (three-dimensional) shape relative to the shape.

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

Usage

Dim msoPresetLightingDirection1 As MsoPresetLightingDirection = MsoPresetLightingDirection.msoLightingBottom

Syntax

Public Enum MsoPresetLightingDirection
public enum MsoPresetLightingDirection
public enum class MsoPresetLightingDirection
public enum MsoPresetLightingDirection
public enum MsoPresetLightingDirection

Members

Member name Description
msoLightingBottom Lighting comes from the bottom.
msoLightingBottomLeft Lighting comes from the bottom left.
msoLightingBottomRight Lighting comes from the bottom right.
msoLightingLeft Lighting comes from the left.
msoLightingNone No lighting.
msoLightingRight Lighting comes from the right.
msoLightingTop Lighting comes from the top.
msoLightingTopLeft Lighting comes from the top left.
msoLightingTopRight Lighting comes from the top right.
msoPresetLightingDirectionMixed Not supported.

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