Class DefaultNodeColorAttribute
Attribute that may be used to specify the default color tint for a not type and its sub-types.
Namespace: Holoride.ElasticSDK.Graph
Assembly: Holoride.ElasticSDK.Runtime.dll
Syntax
public class DefaultNodeColorAttribute : Attribute
Constructors
DefaultNodeColorAttribute(string)
Declaration
public DefaultNodeColorAttribute(string color)
Parameters
Type | Name | Description |
---|---|---|
string | color |
Fields
Value
The default color of the annotated node.
Declaration
public readonly Color Value
Field Value
Type | Description |
---|---|
Color |