Partager via


EffectInformation.Dim Property (PowerPoint)

Returns a ColorFormat object that represents the color to dim to after an animation is finished.

Syntax

expression .Dim

expression A variable that represents an EffectInformation object.

Return Value

ColorFormat

Example

This example displays the color to dim to after the animation.

Sub QueryDimColor()

   Dim effDim As Effect

   Set effDim = ActivePresentation.Slides(1).TimeLine.MainSequence(1)

   MsgBox effDim.EffectInformation.Dim

End Sub

See Also

Concepts

EffectInformation Object

EffectInformation Object Members