Class ColorWithDescriptionProperty
Represents a Document property.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 18, 0, 0)]
public class ColorWithDescriptionProperty : ColorProperty
Remarks
This class is available since v7.17.
Constructors
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 |
---|---|---|
System.Byte | rValue | Value for red. |
System.Byte | gValue | Value for red. |
System.Byte | bValue | Value for red. |
System.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 |
---|---|---|
System.Drawing.Color | inValue | Value |
System.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 |
System.String | inDescription | Value for description. |
Fields
Description
The value
Declaration
public string Description
Field Value
Type | Description |
---|---|
System.String |
Properties
Type
Gets the property type.
Declaration
public override PropertyType Type { get; }
Property Value
Type | Description |
---|---|
PropertyType |