Gets the color of the table.
Namespace: foodez.SharedPagesAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic SolidColorBrush GetColor(
Table table
)
Public Function GetColor (
table As Table
) As SolidColorBrush
public:
SolidColorBrush^ GetColor(
Table^ table
)
member GetColor :
table : Table -> SolidColorBrush
Parameters
- table
- Type: foodezTable
The table.
Return Value
Type:
SolidColorBrush[Missing <returns> documentation for "M:foodez.SharedPages.FloorPlan.GetColor(foodez.Table)"]
See Also