Class EntityColorAttribute
The default color to use when displaying this entity in entity structure mappings
Inherited Members
Namespace: LemonEdge.API.Attributes
Assembly: LemonEdge.API.dll
Syntax
[AttributeUsage(AttributeTargets.Interface)]
public sealed class EntityColorAttribute : Attribute
Constructors
EntityColorAttribute(string)
Indicates this entity has a default color to use in entity structure mappings
Declaration
public EntityColorAttribute(string col)
Parameters
Type | Name | Description |
---|---|---|
string | col | The name of the color, compatabile with FromName(string) |
Properties
Color
The color to use when displaying this entity in an entity structure mapping diagram
Declaration
public Color Color { get; }
Property Value
Type | Description |
---|---|
Color |