Class ColorField
Namespace: IronPPT.Models
Assembly: IronPPT.dll
Syntax
public class ColorField : BaseColorField, IColorField, IBaseColorField
Constructors
ColorField()
Declaration
public ColorField()
Properties
Value
Declaration
public byte Value { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Operators
Implicit(Byte to ColorField)
Declaration
public static implicit operator ColorField(byte value)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | value |
Returns
Type | Description |
---|---|
ColorField |