Show / Hide Table of Contents

Class StripeBack

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
StripeBack
Namespace: Content.Client.UserInterface.Controls
Assembly: Content.Client.dll
Syntax
public sealed class StripeBack : Container

Fields

| Improve this Doc View Source

StylePropertyBackground

Declaration
public const string StylePropertyBackground = null
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

HasBottomEdge

Declaration
public bool HasBottomEdge { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

HasMargins

Declaration
public bool HasMargins { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

HasTopEdge

Declaration
public bool HasTopEdge { get; set; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

ArrangeOverride(Vector2)

Declaration
protected override Vector2 ArrangeOverride(Vector2 finalSize)
Parameters
Type Name Description
Vector2 finalSize
Returns
Type Description
Vector2
| Improve this Doc View Source

Draw(DrawingHandleScreen)

Declaration
protected override void Draw(DrawingHandleScreen handle)
Parameters
Type Name Description
Robust.Client.Graphics.DrawingHandleScreen handle
Overrides
Robust.Client.UserInterface.Control.Draw(Robust.Client.Graphics.DrawingHandleScreen)
| Improve this Doc View Source

MeasureOverride(Vector2)

Declaration
protected override Vector2 MeasureOverride(Vector2 availableSize)
Parameters
Type Name Description
Vector2 availableSize
Returns
Type Description
Vector2

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
☀
☾