API Reference
Class
HexColorAttribute
Specifies the hex color code for a TablerColor value.
Inheritance
- Attribute
- HexColorAttribute
Constructors
public HexColorAttribute(String hex) #Initializes a new instance of the HexColorAttribute class.
Parameters
- hex System.String
- The hex color code.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Attribute
Parameters
- obj Object
public override Boolean Match(Object obj) #Returns:
BooleanInherited from Attribute
Parameters
- obj Object
Properties
public String Hex { get; } #Gets the hex color code (e.g., "#ffffff").
Inherited Properties
public override Object TypeId { get; } #Inherited from Attribute