Table of Contents

Class DesktopPatterns

Namespace
SharpConsoleUI.Rendering
Assembly
SharpConsoleUI.dll

Built-in desktop pattern presets for use with Pattern.

public static class DesktopPatterns
Inheritance
DesktopPatterns
Inherited Members

Properties

Checkerboard

Alternating filled/empty blocks: ░ and space.

public static DesktopPattern Checkerboard { get; }

Property Value

DesktopPattern

Crosshatch

Cross-hatching (both diagonal directions).

public static DesktopPattern Crosshatch { get; }

Property Value

DesktopPattern

DenseShade

Dense shade fill (▓).

public static DesktopPattern DenseShade { get; }

Property Value

DesktopPattern

Dots

Sparse dots on empty background.

public static DesktopPattern Dots { get; }

Property Value

DesktopPattern

Grid

Grid of thin lines.

public static DesktopPattern Grid { get; }

Property Value

DesktopPattern

HatchDown

Diagonal hatching lines going down-right.

public static DesktopPattern HatchDown { get; }

Property Value

DesktopPattern

HatchUp

Diagonal hatching lines going up-right.

public static DesktopPattern HatchUp { get; }

Property Value

DesktopPattern

HorizontalLines

Horizontal lines every 2 rows.

public static DesktopPattern HorizontalLines { get; }

Property Value

DesktopPattern

LightShade

Light shade fill (░).

public static DesktopPattern LightShade { get; }

Property Value

DesktopPattern

MediumShade

Medium shade fill (▒).

public static DesktopPattern MediumShade { get; }

Property Value

DesktopPattern

VerticalLines

Vertical lines every 3 columns.

public static DesktopPattern VerticalLines { get; }

Property Value

DesktopPattern