Class LabelWidgetController
A recyclable widget controller for text labels.
Inherited Members
Namespace: SociallyDistant.Core.UI.Recycling
Assembly: SociallyDistant.Framework.dll
Syntax
public sealed class LabelWidgetController : RecyclableWidgetController
Properties
FontSize
Gets or sets an optional font size. If no explicit value is used, the font size of the current UI skin will be used.
Declaration
public int? FontSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
LabelText
Gets or sets the text to show in the label.
Declaration
public string LabelText { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
Build(ContentWidget)
Declaration
public override void Build(ContentWidget destination)
Parameters
Type | Name | Description |
---|---|---|
ContentWidget | destination |
Overrides
Recycle()
Declaration
public override void Recycle()