Timing.TriggerShape Property
Sets or returns a Shape object that represents the shape associated with an animation trigger. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property TriggerShape As Shape
Get
Set
'Usage
Dim instance As Timing
Dim value As Shape
value = instance.TriggerShape
instance.TriggerShape = value
Shape TriggerShape { get; set; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.Shape