WindowAnimation Enumeration

Specifies a window animation.

Definition

Namespace: DevCase.Core.Application.Forms
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum WindowAnimation

Remarks

Members

ShowLeftToRight 1 Show and animates the window from left to right.
ShowRightToLeft 2 Show and animates the window from right to left.
ShowTopToBottom 4 Show and animates the window from top to bottom.
ShowCornerLeftUp 5 Show and animates the window from upper left corner to bottom right corner.
ShowCornerRightUp 6 Show and animates the window from upper right corner bottom left corner.
ShowBottomToTop 8 Show and animates the window from bottom to top.
ShowCornerLeftDown 9 Show and animates the window from bottom left corner to upper right corner.
ShowCornerRightDown 10 Show and animates the window from bottom right corner to upper left corner.
ShowCenter 16 Makes the window appear to expand outward.
HideLeftToRight 65,537 Hide and animates the window from left to right.
HideRightToLeft 65,538 Hide and animates the window from right to left.
HideTopToBottom 65,540 Hide and animates the window from top to bottom.
HideCornerLeftUp 65,541 Hide and animates the window from upper left corner to bottom right corner.
HideCornerRightUp 65,542 Hide and animates the window from upper right corner bottom left corner.
HideBottomToTop 65,544 Hide and animates the window from bottom to top.
HideCornerLeftDown 65,545 Hide and animates the window from bottom left corner to upper right corner.
HideCornerRightDown 65,546 Hide and animates the window from bottom right corner to upper left corner.
HideCenter 65,552 Makes the window disappear collapsing inward.
ShowFade 524,288 Show the window using a fade effect.
HideFade 589,824 Hides the window using a fade effect.

See Also