HypernovaDesktop Components · docs
Binarymission
WPFSmart Info Panel › FlipType

FlipType

enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WPF.Controls.Containers

Lists the supported Flip styles.

public enum FlipType

Members at a glance

FlipAntiClockwiseAnti-Clock wise flip.
FlipByLeftDownFlips the content down from left.
FlipClockwiseClock-wise flip.
FlipLeftToRightFlips the content from left to right.
FlipRightToLeftFlips the content from right to left.
ManualPushAutoPopThe effects is as though the content was manually pushed in, and it automatically pops out.
StandardFlipA standard flip.

Members

FlipAntiClockwise

Anti-Clock wise flip.

FlipByLeftDown

Flips the content down from left.

FlipClockwise

Clock-wise flip.

FlipLeftToRight

Flips the content from left to right.

FlipRightToLeft

Flips the content from right to left.

ManualPushAutoPop

The effects is as though the content was manually pushed in, and it automatically pops out.

StandardFlip

A standard flip.