Show / Hide Table of Contents

Struct StyleColor

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.GetType()
object.Equals(object, object)
object.ReferenceEquals(object, object)
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
Back to top by the community, for the community... #DNNCMS