API Reference

Enum

LegacyPptAnimationAfterEffect

Namespace OfficeIMO.PowerPoint.LegacyPpt.Model
Assembly OfficeIMO.PowerPoint
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies the state applied after a legacy animation completes.

Inheritance

  • Enum
  • LegacyPptAnimationAfterEffect

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const LegacyPptAnimationAfterEffect None #

No after-effect.

Value: 0
public const LegacyPptAnimationAfterEffect Dim #

Dim to the authored color.

Value: 1
public const LegacyPptAnimationAfterEffect HideOnNextClick #

Hide on the next mouse click.

Value: 2
public const LegacyPptAnimationAfterEffect HideImmediately #

Hide immediately.

Value: 3