Transform2D.VerticalFlip Property
Vertical Flip.Represents the attribte in schema: flipV
Namespace: DocumentFormat.OpenXml.Office2010.Word.DrawingGroup
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "flipV")> _
Public Property VerticalFlip As BooleanValue
Get
Set
'Usage
Dim instance As Transform2D
Dim value As BooleanValue
value = instance.VerticalFlip
instance.VerticalFlip = value
[SchemaAttrAttribute(, "flipV")]
public BooleanValue VerticalFlip { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
See Also
Reference
DocumentFormat.OpenXml.Office2010.Word.DrawingGroup Namespace