s&box docs
API ReferenceSandbox.UI.Construct

public static abstract sealed class Sandbox.UI.Construct.LabelConstructor

Methods

Showing 1 methods

public static Sandbox.UI.Label Label(Sandbox.UI.Construct.PanelCreator self, string text = null, string classname = null)

Create a simple text label with given text and CSS classname.

Parameters

  • text: Default: null
  • classname: Default: null

Metadata

FieldValue
NamespaceSandbox.UI.Construct
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.UI.Construct.LabelConstructor

On this page