Class HLine
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
HLine
Namespace: Content.Client.UserInterface.Controls
Assembly: Content.Client.dll
Syntax
public sealed class HLine : Container
Constructors
| Improve this Doc View SourceHLine()
Declaration
public HLine()
Properties
| Improve this Doc View SourceColor
Declaration
public Color? Color { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<Robust.Shared.Maths.Color> |
Thickness
Declaration
public float? Thickness { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Single> |