ShadowFormat.Obscured Property

Determines whether the shadow of the specified shape appears filled in and is obscured by the shape. Read/write.

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

Syntax

'Declaration
Property Obscured As MsoTriState
    Get
    Set
'Usage
Dim instance As ShadowFormat
Dim value As MsoTriState

value = instance.Obscured

instance.Obscured = value
MsoTriState Obscured { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

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

Constant

Description

msoFalse

The shadow has no fill and the outline of the shadow is visible through the shape if the shape has no fill.

msoTrue

The shadow of the specified shape appears filled in and is obscured by the shape, even if the shape has no fill.

See Also

Reference

ShadowFormat Interface

ShadowFormat Members

Microsoft.Office.Interop.PowerPoint Namespace