Class TextBackground
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
public class TextBackground
- Inheritance
-
TextBackground
- Inherited Members
- Extension Methods
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
FillColor
The fill color of the background
public double[] FillColor
Field Value
- double[]
HorPadding
The padding around the text.
public int HorPadding
Field Value
Radius
The radius of the text.
public double Radius
Field Value
Shade
Adds a blur to the background
public bool Shade
Field Value
ShadeColor
public double[] ShadeColor
Field Value
- double[]
VerPadding
public int VerPadding
Field Value
Properties
Padding
public int Padding { set; }
Property Value
Methods
Clone()
public TextBackground Clone()