Class PdaWindow
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
PdaWindow
Assembly: Content.Client.dll
Syntax
public class PdaWindow : BaseWindow
Constructors
|
Improve this Doc
View Source
PdaWindow()
Declaration
Properties
|
Improve this Doc
View Source
AccentHColor
Declaration
public string? AccentHColor { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
AccentVColor
Declaration
public string? AccentVColor { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
BorderColor
Declaration
public string? BorderColor { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
Methods
|
Improve this Doc
View Source
GetDragModeFor(Vector2)
Declaration
protected override BaseWindow.DragMode GetDragModeFor(Vector2 relativeMousePos)
Parameters
Type |
Name |
Description |
Vector2 |
relativeMousePos |
|
Returns
Type |
Description |
Robust.Client.UserInterface.CustomControls.BaseWindow.DragMode |
|
Extension Methods