Back to Devexpress

StyledShapeBase.FlipType Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-styledshapebase-d09a2d54.md

latest1.4 KB
Original Source

StyledShapeBase.FlipType Property

Gets or sets the flip orientation for the shape.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public FlipType FlipType { get; set; }
vb
Public Property FlipType As FlipType

Property Value

TypeDescription
FlipType

Specifies whether to flip the shape horizontally, vertically, or both.

|

Available values:

NameDescription
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

StyledShapeBase Class

StyledShapeBase Members

DevExpress.Docs.Presentation Namespace