Show / Hide Table of Contents

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 Source

HLine()

Declaration
public HLine()

Properties

| Improve this Doc View Source

Color

Declaration
public Color? Color { get; set; }
Property Value
Type Description
System.Nullable<Robust.Shared.Maths.Color>
| Improve this Doc View Source

Thickness

Declaration
public float? Thickness { get; set; }
Property Value
Type Description
System.Nullable<System.Single>

Extension Methods

ControlExtension.GetControlOfType<T>(Control)
ControlExtension.GetControlOfType<T>(Control, String)
ControlExtension.GetControlOfType<T>(Control, Boolean)
ControlExtension.GetControlOfType<T>(Control, String, Boolean)
ControlExtension.GetSearchableControls(Control, Boolean)
ControlExtension.ChildrenContainText(Control, String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾