Class UILabelComponent
Inheritance
System.Object
UILabelComponent
Implements
System.IDisposable
Inherited Members
Namespace: Aximo.Engine.Components.UI
Assembly: AxEngine.dll
Syntax
public class UILabelComponent : UIComponent, IDisposable
Constructors
| Improve this Doc View SourceUILabelComponent()
Declaration
public UILabelComponent()
UILabelComponent(String)
Declaration
public UILabelComponent(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
Properties
| Improve this Doc View SourceColor
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
SixLabors.ImageSharp.Color |
FontSize
Declaration
public float FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceDrawControl()
Declaration
protected override void DrawControl()
Overrides
| Improve this Doc View SourceOnResized()
Declaration
protected override void OnResized()
Overrides
Implements
System.IDisposable