Class SimpleField
A......simple field. If you're asking me what I meant by that when I first wrote this widget, sorry. Apparently it's used in the game's main menu though.
Inherited Members
Namespace: SociallyDistant.Core.UI.Common
Assembly: SociallyDistant.Framework.dll
Syntax
public sealed class SimpleField : ContentWidget, IFontFamilyProvider, IInspectable, IContentWidget
Constructors
SimpleField()
Creates a new instance of the SimpleField widget.
Declaration
public SimpleField()
Properties
Content
Declaration
public override Widget? Content { get; set; }
Property Value
Type | Description |
---|---|
Widget |
Overrides
Ext
Gets or sets the text label of the field.
Declaration
public string Ext { get; set; }
Property Value
Type | Description |
---|---|
string |