ColorEffect.To Property

Sets or returns a ColorFormat object that represents the RGB color value of an animation behavior. Read/write.

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

Syntax

'Declaration
ReadOnly Property To As ColorFormat
    Get
'Usage
Dim instance As ColorEffect
Dim value As ColorFormat

value = instance.To
ColorFormat To { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.ColorFormat

Remarks

Use this property in conjunction with the From property to transition from one color to another.

Do not confuse this property with the ToX or ToY properties of the ScaleEffect object or the ToX or ToY properties of the MotionEffect object, which are only used for scaling or motion effects.

See Also

Reference

ColorEffect Interface

ColorEffect Members

Microsoft.Office.Interop.PowerPoint Namespace