Share via


LegendKey.InvertIfNegative Property

true if Microsoft PowerPoint inverts the pattern in the object when it corresponds to a negative number. Read/write.

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 LegendKey
Dim value As Boolean

value = instance.InvertIfNegative

instance.InvertIfNegative = value
bool InvertIfNegative { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

LegendKey Interface

LegendKey Members

Microsoft.Office.Interop.PowerPoint Namespace