TransitionType Enum

Summary

enumeration for the different transition types
Namespace
MahApps.Metro.Controls
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["TransitionType"] class Type type-node

Syntax

public enum TransitionType

Fields

Name Constant Value Summary
Custom 8
Use a custom VisualState, the name must be set using CustomVisualStatesName property
static
Default 0
Use the VisualState DefaultTransition
static
Down 3
Use the VisualState DownTransition
static
Left 6
Use the VisualState LeftTransition
static
LeftReplace 7
Use the VisualState LeftReplaceTransition
static
Normal 1
Use the VisualState Normal
static
Right 4
Use the VisualState RightTransition
static
RightReplace 5
Use the VisualState RightReplaceTransition
static
Up 2
Use the VisualState UpTransition
static