Show / Hide Table of Contents

Interface IShuffleboardContainer

Inherited Members
IShuffleboardValue.Title
IShuffleboardValue.BuildInto(NetworkTable, NetworkTable)
Namespace: WPILib.Shuffleboard
Assembly: WPILibSharp.dll
Syntax
public interface IShuffleboardContainer : IShuffleboardValue

Properties

| Improve this Doc View Source

Components

Declaration
List<ShuffleboardComponent> Components { get; }
Property Value
Type Description
List<ShuffleboardComponent>

Methods

| Improve this Doc View Source

GetLayout(String)

Declaration
ShuffleboardLayout GetLayout(string title)
Parameters
Type Name Description
String title
Returns
Type Description
ShuffleboardLayout
| Improve this Doc View Source

GetLayout(String, String)

Declaration
ShuffleboardLayout GetLayout(string title, string type)
Parameters
Type Name Description
String title
String type
Returns
Type Description
ShuffleboardLayout
| Improve this Doc View Source

GetLayout(String, ILayoutType)

Declaration
ShuffleboardLayout GetLayout(string title, ILayoutType layoutType)
Parameters
Type Name Description
String title
ILayoutType layoutType
Returns
Type Description
ShuffleboardLayout
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet