Class LayoutModeExtensions
Extensions to LayoutMode.
Inherited Members
Namespace: SixLabors.Fonts
Assembly: SixLabors.Fonts.dll
Syntax
public static class LayoutModeExtensions
Methods
| Edit this page View SourceIsHorizontal(LayoutMode)
Gets a value indicating whether the layout mode is horizontal.
Declaration
public static bool IsHorizontal(this LayoutMode mode)
Parameters
Type | Name | Description |
---|---|---|
LayoutMode | mode | The layout mode. |
Returns
Type | Description |
---|---|
bool | The bool. |
IsVertical(LayoutMode)
Gets a value indicating whether the layout mode is vertical.
Declaration
public static bool IsVertical(this LayoutMode mode)
Parameters
Type | Name | Description |
---|---|---|
LayoutMode | mode | The layout mode. |
Returns
Type | Description |
---|---|
bool | The bool. |
IsVerticalMixed(LayoutMode)
Gets a value indicating whether the layout mode is vertical-mixed only.
Declaration
public static bool IsVerticalMixed(this LayoutMode mode)
Parameters
Type | Name | Description |
---|---|---|
LayoutMode | mode | The layout mode. |
Returns
Type | Description |
---|---|
bool | The bool. |