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