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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.