Table of Contents

Class LayoutModeExtensions

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

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

mode LayoutMode

The layout mode.

Returns

bool

The bool.

IsVertical(LayoutMode)

Gets a value indicating whether the layout mode is vertical.

public static bool IsVertical(this LayoutMode mode)

Parameters

mode LayoutMode

The layout mode.

Returns

bool

The bool.

IsVerticalMixed(LayoutMode)

Gets a value indicating whether the layout mode is vertical-mixed only.

public static bool IsVerticalMixed(this LayoutMode mode)

Parameters

mode LayoutMode

The layout mode.

Returns

bool

The bool.