Skip to content

TapeSetting

Namespace: Hex1b.Automation

Assembly: Hex1b.dll

Identifies a setting recognized by the VHS v0.11.0 grammar.

csharp
public enum TapeSetting

Fields

BorderRadius

The border radius.

Returns: TapeSetting

csharp
BorderRadius = 17

Whether the cursor blinks.

Returns: TapeSetting

csharp
CursorBlink = 18

FontFamily

The font family.

Returns: TapeSetting

csharp
FontFamily = 1

FontSize

The font size.

Returns: TapeSetting

csharp
FontSize = 2

Framerate

The output frame rate.

Returns: TapeSetting

csharp
Framerate = 5

Height

The output height.

Returns: TapeSetting

csharp
Height = 9

LetterSpacing

The spacing between letters.

Returns: TapeSetting

csharp
LetterSpacing = 3

LineHeight

The line height.

Returns: TapeSetting

csharp
LineHeight = 4

LoopOffset

The animation loop offset.

Returns: TapeSetting

csharp
LoopOffset = 12

Margin

The output margin.

Returns: TapeSetting

csharp
Margin = 14

MarginFill

The margin color or image.

Returns: TapeSetting

csharp
MarginFill = 13

Padding

The output padding.

Returns: TapeSetting

csharp
Padding = 11

PlaybackSpeed

The output playback speed.

Returns: TapeSetting

csharp
PlaybackSpeed = 8

Shell

The shell program.

Returns: TapeSetting

csharp
Shell = 0

Theme

The named or inline theme.

Returns: TapeSetting

csharp
Theme = 7

TypingSpeed

The default typing delay.

Returns: TapeSetting

csharp
TypingSpeed = 6

WaitPattern

The default wait regular expression.

Returns: TapeSetting

csharp
WaitPattern = 20

WaitTimeout

The default wait timeout.

Returns: TapeSetting

csharp
WaitTimeout = 19

Width

The output width.

Returns: TapeSetting

csharp
Width = 10

WindowBar

The window decoration style.

Returns: TapeSetting

csharp
WindowBar = 15

WindowBarSize

The window decoration size.

Returns: TapeSetting

csharp
WindowBarSize = 16

Released under the MIT License.