Class PdaNavigationButton
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.BaseButton
Robust.Client.UserInterface.Controls.ContainerButton
PdaNavigationButton
Assembly: Content.Client.dll
Syntax
public sealed class PdaNavigationButton : ContainerButton
Constructors
|
Improve this Doc
View Source
PdaNavigationButton()
Declaration
public PdaNavigationButton()
Properties
|
Improve this Doc
View Source
ActiveBgColor
Declaration
public string ActiveBgColor { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ActiveFgColor
Declaration
public string ActiveFgColor { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
BorderThickness
Sets the border thickness when the tab is not the currently active one
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Type |
Description |
Thickness |
|
|
Improve this Doc
View Source
CurrentTabBorderThickness
Sets the border thickness when this tab is the currently active tab
Declaration
public Thickness CurrentTabBorderThickness { get; set; }
Property Value
Type |
Description |
Thickness |
|
|
Improve this Doc
View Source
IconScale
Declaration
public Vector2 IconScale { get; set; }
Property Value
|
Improve this Doc
View Source
IconTexture
Declaration
public SpriteSpecifier IconTexture { set; }
Property Value
Type |
Description |
Robust.Shared.Utility.SpriteSpecifier |
|
|
Improve this Doc
View Source
InactiveBgColor
Declaration
public string InactiveBgColor { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
InactiveFgColor
Declaration
public string InactiveFgColor { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsCurrent
Declaration
public bool IsCurrent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LabelText
Declaration
public string? LabelText { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
Extension Methods