Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether to set the motion position relative to the position of the shape.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Relative As MsoTriState
Get
Set
'Usage
Dim instance As EffectParameters
Dim value As MsoTriState
value = instance.Relative
instance.Relative = value
MsoTriState Relative { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
This property is only used in conjunction with motion paths.
The value of the Relative property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
The default. The motion path is absolute. |
|
The motion path is relative. |