StyledShapeBase.FlipType Property
Gets or sets the flip orientation for the shape.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| FlipType | An enumeration value that specifies the flip orientation for the shape. |
Available values:
| Name | Description |
|---|---|
| None | Does not flip the shape. |
| Horizontal | Flips the shape horizontally. |
| Vertical | Flips the shape vertically. |
| Both | Flips the shape horizontally and vertically. |
See Also