Class StripeBack
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
StripeBack
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
|
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
Extension Methods