ShapeHandle.InvertY Property
Invert Handle's Y Position.Represents the attribte in schema: invy
Namespace: DocumentFormat.OpenXml.Vml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "invy")> _
Public Property InvertY As TrueFalseBlankValue
Get
Set
'Usage
Dim instance As ShapeHandle
Dim value As TrueFalseBlankValue
value = instance.InvertY
instance.InvertY = value
[SchemaAttrAttribute(, "invy")]
public TrueFalseBlankValue InvertY { get; set; }
Property Value
Type: DocumentFormat.OpenXml.TrueFalseBlankValue