Direction Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several types.
public enum Direction
type Direction =
- Inheritance
-
Direction
Fields
Name | Value | Description |
---|---|---|
LeftToRight | 0 | Animates the children starting from the left of the grid to the right. |
TopToBottom | 0 | Animates the children starting from the top of the grid to the bottom. |
HorizontalMask | 1 | Bitmask used to retrieve the horizontal component of the direction. |
RightToLeft | 1 | Animates the children starting from the right of the grid to the left. |
BottomToTop | 2 | Animates the children starting from the bottom of the grid to the top. |
VerticalMask | 2 | Bitmask used to retrieve the vertical component of the direction. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.