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.
Indicates whether the specified shape appears dimmed, hidden, or unchanged after it is built.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("4E58B80C-D41E-470A-A2F8-05373CA3EA5D")> _
Public Enumeration PpAfterEffect
'Usage
Dim instance As PpAfterEffect
[GuidAttribute("4E58B80C-D41E-470A-A2F8-05373CA3EA5D")]
public enum PpAfterEffect
Members
Member name | Description | |
---|---|---|
ppAfterEffectMixed | Mixed effect. | |
ppAfterEffectNothing | No effect. | |
ppAfterEffectHide | Hidden. | |
ppAfterEffectDim | Appears dimmed. | |
ppAfterEffectHideOnClick | Hidden when clicked. |