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
Crosshatch
Cross-hatching (both diagonal directions).
public static DesktopPattern Crosshatch { get; }
Property Value
DenseShade
Dense shade fill (▓).
public static DesktopPattern DenseShade { get; }
Property Value
Dots
Sparse dots on empty background.
public static DesktopPattern Dots { get; }
Property Value
Grid
Grid of thin lines.
public static DesktopPattern Grid { get; }
Property Value
HatchDown
Diagonal hatching lines going down-right.
public static DesktopPattern HatchDown { get; }
Property Value
HatchUp
Diagonal hatching lines going up-right.
public static DesktopPattern HatchUp { get; }
Property Value
HorizontalLines
Horizontal lines every 2 rows.
public static DesktopPattern HorizontalLines { get; }
Property Value
LightShade
Light shade fill (░).
public static DesktopPattern LightShade { get; }
Property Value
MediumShade
Medium shade fill (▒).
public static DesktopPattern MediumShade { get; }
Property Value
VerticalLines
Vertical lines every 3 columns.
public static DesktopPattern VerticalLines { get; }