Constructor ColorProperty
ColorProperty(Color)
Initializes a new instance of the DocumentProperty class.
Declaration
public ColorProperty(Color inColor)
Parameters
| Type | Name | Description |
|---|---|---|
| Color | inColor | Value for color. |
ColorProperty(byte, byte, byte)
Initializes a new instance of the DocumentProperty class.
Declaration
public ColorProperty(byte rValue, byte gValue, byte bValue)
Parameters
| Type | Name | Description |
|---|---|---|
| byte | rValue | Value for red. |
| byte | gValue | Value for red. |
| byte | bValue | Value for red. |
ColorProperty(Color)
Initializes a new instance of the DocumentProperty class.
Declaration
public ColorProperty(Color inValue)
Parameters
| Type | Name | Description |
|---|---|---|
| Color | inValue | Value |
ColorProperty()
Initializes a new instance of the DocumentProperty class.
Declaration
public ColorProperty()