ButtonStyle
Namespace: Murder.Services
Assembly: Murder.dll
public sealed struct ButtonStyle
⭐ Constructors
public ButtonStyle()
⭐ Properties
ExtraPaddingX
public Point ExtraPaddingX { get; public set; }
Returns
Point
Font
public readonly int Font;
Returns
int
OutlineColor
public readonly T? OutlineColor;
Returns
T?
Sprite
public readonly Portrait Sprite;
Returns
Portrait
TextAlignment
public readonly float TextAlignment;
Returns
float
TextColor
public readonly Color TextColor;
Returns
Color
TextOutlineColor
public readonly T? TextOutlineColor;
Returns
T?
TextShadowColor
public readonly T? TextShadowColor;
Returns
T?
⚡