Class ColorProperty
Represents a Document property.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 18, 0, 0)]
public class ColorProperty : Property
Remarks
This class is available since v7.17.
Constructors
| Name | Description |
|---|---|
| ColorProperty() | Initializes a new instance of the DocumentProperty class. |
| ColorProperty(byte, byte, byte) | Initializes a new instance of the DocumentProperty class. |
| ColorProperty(Color) | Initializes a new instance of the DocumentProperty class. |
| ColorProperty(Color) | Initializes a new instance of the DocumentProperty class. |
Fields
| Name | Description |
|---|---|
| Value | The value |
Properties
| Name | Description |
|---|---|
| Type | Gets the property type. |