Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|---|---|
The shadow has no fill and the outline of the shadow is visible through the shape if the shape has no fill. |
|
The shadow of the specified shape appears filled in and is obscured by the shape, even if the shape has no fill. |