PrismTransition.IsInverted Property
isInverted.Represents the attribte in schema: isInverted
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "isInverted")> _
Public Property IsInverted As BooleanValue
Get
Set
'Usage
Dim instance As PrismTransition
Dim value As BooleanValue
value = instance.IsInverted
instance.IsInverted = value
[SchemaAttrAttribute(, "isInverted")]
public BooleanValue IsInverted { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue