Share via


ShadowFormat.Type Property

Represents the type of shadow. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property Type As MsoShadowType
    Get
    Set
'Usage
Dim instance As ShadowFormat
Dim value As MsoShadowType

value = instance.Type

instance.Type = value
MsoShadowType Type { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoShadowType

Remarks

The value of the P:Microsoft.Office.Interop.PowerPoint.ShadowFormat.Type property can be one of the following MsoShadowType constants:

msoShadow1

msoShadow2

msoShadow3

msoShadow4

msoShadow5

msoShadow6

msoShadow7

msoShadow8

msoShadow9

msoShadow10

msoShadow11

msoShadow12

msoShadow13

msoShadow14

msoShadow15

msoShadow16

msoShadow17

msoShadow18

msoShadow19

msoShadow20

msoShadowMixed

See Also

Reference

ShadowFormat Interface

ShadowFormat Members

Microsoft.Office.Interop.PowerPoint Namespace