Struct StyleColor
Inherited Members
Namespace: DotNetNuke.Abstractions.Portals
Assembly: DotNetNuke.Abstractions.dll
Syntax
public struct StyleColor
Constructors
StyleColor()
Declaration
public StyleColor()
StyleColor(string)
Declaration
public StyleColor(string hexValue)
Parameters
Type | Name | Description |
---|---|---|
string | hexValue |
Properties
Blue
Declaration
public byte Blue { get; set; }
Property Value
Type | Description |
---|---|
byte |
Green
Declaration
public byte Green { get; set; }
Property Value
Type | Description |
---|---|
byte |
HexValue
Declaration
public string HexValue { get; set; }
Property Value
Type | Description |
---|---|
string |
Red
Declaration
public byte Red { get; set; }
Property Value
Type | Description |
---|---|
byte |