webmaster442.windowsterminal.fragments.terminalbackgroundimagealignment - webmaster442/WindowsTerminal GitHub Wiki

< Back


TerminalBackgroundImageAlignment

Namespace: Webmaster442.WindowsTerminal.Fragments

This sets how the background image aligns to the boundaries of the window.

public enum TerminalBackgroundImageAlignment

Inheritance ObjectValueTypeEnumTerminalBackgroundImageAlignment Implements IComparable, ISpanFormattable, IFormattable, IConvertible Attributes JsonConverterAttribute

Fields

Name Value Description
Center 0 The image is centered in the window.
Left 1 The image is aligned to the left of the window.
Top 2 The image is aligned to the top of the window.
Right 3 The image is aligned to the right of the window.
Bottom 4 The image is aligned to the bottom of the window.
TopLeft 5 The image is aligned to the top left corner of the window.
TopRight 6 The image is aligned to the top right corner of the window.
BottomLeft 7 The image is aligned to the bottom left corner of the window.
BottomRight 8 The image is aligned to the bottom right corner of the window.

< Back