Point.InvertIfNegative Property
True if Microsoft Word inverts the pattern in the object when it corresponds to a negative number. Read/write Variant.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property InvertIfNegative As Boolean
Get
Set
'Usage
Dim instance As Point
Dim value As Boolean
value = instance.InvertIfNegative
instance.InvertIfNegative = value
bool InvertIfNegative { get; set; }
Property Value
Type: System.Boolean