Class Environment.Scene.Label
Inheritance
System.Object
Environment.Scene.Label
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core
Assembly: Experior.Core.dll
Syntax
public static class Label
Properties
Visible
Declaration
public static bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Close()
Declaration
public static void Close()
Show(String, ILabel)
Declaration
public static void Show(string text, ILabel item)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | |
ILabel | item |