FilterEffect.Reveal Property

Determines how the embedded objects will be revealed. Read/write.

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

Syntax

'Declaration
Property Reveal As MsoTriState
    Get
    Set
'Usage
Dim instance As FilterEffect
Dim value As MsoTriState

value = instance.Reveal

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

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

Setting a value of msoTrue for the Reveal property when the filter effect type is msoAnimFilterEffectTypeWipe will make the shape appear. Setting a value of msoFalse will make the object disappear. In other words, if your filter is set to wipe and Reveal is true, you will get a wipe-in effect, and when Reveal is false, you will get a wipe-out effect.

The value of the property can be one of these MsoTriState constants.

Constant

Description

msoFalse

When the filter effect type is msoAnimFilterEffectTypeWipe, the object disappears with a wipe out effect.

msoTrue

When the filter effect type is msoAnimFilterEffectTypeWipe, the object appears with a wipe in effect.

See Also

Reference

FilterEffect Interface

FilterEffect Members

Microsoft.Office.Interop.PowerPoint Namespace