 | DisplayMetadataColor Property |
The color that should be associated within this channel when displaying this channel in a UI, e.g: `#FF0000`.
Namespace:
OpenFin.FDC3.Channels
Assembly:
OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha6
Syntaxpublic string Color { get; set; }Public Property Color As String
Get
Set
public:
property String^ Color {
String^ get ();
void set (String^ value);
}Property Value
Type:
String
See Also