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