Class LayoutModeExtensions
Extensions to LayoutMode.
public static class LayoutModeExtensions
- Inheritance
-
LayoutModeExtensions
- Inherited Members
Methods
IsHorizontal(LayoutMode)
Gets a value indicating whether the layout mode is horizontal.
public static bool IsHorizontal(this LayoutMode mode)
Parameters
modeLayoutModeThe layout mode.
Returns
IsVertical(LayoutMode)
Gets a value indicating whether the layout mode is vertical.
public static bool IsVertical(this LayoutMode mode)
Parameters
modeLayoutModeThe layout mode.
Returns
IsVerticalMixed(LayoutMode)
Gets a value indicating whether the layout mode is vertical-mixed only.
public static bool IsVerticalMixed(this LayoutMode mode)
Parameters
modeLayoutModeThe layout mode.