Table of Contents

Class TextBackground

Namespace
Vintagestory.API.Client
Assembly
VintagestoryAPI.dll
public class TextBackground
Inheritance
TextBackground
Inherited Members

Fields

BorderColor

The stroke color of the border

public double[] BorderColor

Field Value

double[]

BorderWidth

The thickness of the border

public double BorderWidth

Field Value

double

FillColor

The fill color of the background

public double[] FillColor

Field Value

double[]

HorPadding

The padding around the text.

public int HorPadding

Field Value

int

Radius

The radius of the text.

public double Radius

Field Value

double

Shade

Adds a blur to the background

public bool Shade

Field Value

bool

ShadeColor

public double[] ShadeColor

Field Value

double[]

VerPadding

public int VerPadding

Field Value

int

Properties

Padding

public int Padding { set; }

Property Value

int

Methods

Clone()

public TextBackground Clone()

Returns

TextBackground