Share via


AnimationSettings.DimColor Property

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

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

Syntax

'Declaration
ReadOnly Property DimColor As ColorFormat
    Get
'Usage
Dim instance As AnimationSettings
Dim value As ColorFormat

value = instance.DimColor
ColorFormat DimColor { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.ColorFormat
ColorFormat

Examples

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.DimEnd Sub

See Also

Reference

AnimationSettings Interface

AnimationSettings Members

Microsoft.Office.Interop.PowerPoint Namespace