PropertySet.VerticalFlip Property

Custom Vertical Flip.Represents the attribte in schema: custFlipVert

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "custFlipVert")> _
Public Property VerticalFlip As BooleanValue
    Get
    Set
'Usage
Dim instance As PropertySet
Dim value As BooleanValue

value = instance.VerticalFlip

instance.VerticalFlip = value
[SchemaAttrAttribute(, "custFlipVert")]
public BooleanValue VerticalFlip { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

PropertySet Class

PropertySet Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace