Class LabelledContentBox
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
Robust.Client.UserInterface.Controls.BoxContainer
LabelledContentBox
Namespace: Content.Client.Kitchen.UI
Assembly: Content.Client.dll
Syntax
public sealed class LabelledContentBox : BoxContainer
Properties
| Improve this Doc View SourceButtonText
Declaration
public string? ButtonText { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
LabelText
Declaration
public string? LabelText { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |