Labelclass

A simple text label.

objectWidgetLabel
Namespace
Editor
Assembly
Sandbox.Tools
Declaration
public class Editor.Label : Editor.Widget

Constructors2

Showing 2 constructors

Properties8

Showing 8 properties

public Sandbox.TextFlag Editor.Label.Alignment { get; set; }PUBLICGETSET

Returns:TextFlag

public float Editor.Label.Indent { get; set; }PUBLICGETSET

Returns:float

public float Editor.Label.Margin { get; set; }PUBLICGETSET

Returns:float

public string Editor.Label.Text { get; set; }PUBLICGETSET

The text of this label.

Returns:string

public bool Editor.Label.TextSelectable { get; set; }PUBLICGETSET

Returns:bool

public bool Editor.Label.WordWrap { get; set; }PUBLICGETSET

Returns:bool

On this page