Api Editor Label
class

Label

public class Label : Widget

A simple text label.

Constructors

Label(Widget parent)
Label(String text, Widget parent)

Properties

Name Type Description
Text String The text of this label.
WordWrap Boolean
TextSelectable Boolean
OpenExternalLinks Boolean If true, clicking a html link on this label will open the website. This is true by default.
Indent Single
Margin Single
Color Color
Alignment TextFlag
Assembly: Sandbox.Tools Namespace: Editor Full Name: Editor.Label