Share via


PropertySet.HorizontalFlip Property

Custom Horizontal Flip.Represents the attribte in schema: custFlipHor

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

Syntax

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

value = instance.HorizontalFlip

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

PropertySet Class

PropertySet Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace