Class ShuffleboardComponent<T>
Inheritance
ShuffleboardComponent<T>
Assembly: WPILibSharp.dll
Syntax
public abstract class ShuffleboardComponent<T> : ShuffleboardComponent, IShuffleboardValue where T : ShuffleboardComponent<T>
Type Parameters
Constructors
|
Improve this Doc
View Source
ShuffleboardComponent(IShuffleboardContainer, String, String)
Declaration
protected ShuffleboardComponent(IShuffleboardContainer parent, string title, string type = null)
Parameters
Methods
|
Improve this Doc
View Source
Declaration
protected void BuildMetadata(NetworkTable metaTable)
Parameters
|
Improve this Doc
View Source
WithPosition(Int32, Int32)
Declaration
public T WithPosition(int columnIndex, int rowIndex)
Parameters
Type |
Name |
Description |
Int32 |
columnIndex |
|
Int32 |
rowIndex |
|
Returns
|
Improve this Doc
View Source
WithProperties(Dictionary<String, Object>)
Declaration
public T WithProperties(Dictionary<string, object> properties)
Parameters
Returns
|
Improve this Doc
View Source
WithSize(Int32, Int32)
Declaration
public T WithSize(int width, int height)
Parameters
Returns
Implements