C1.C1Rdl Namespace : RdlColor Class |
The following tables list the members exposed by RdlColor.
Name | Description | |
---|---|---|
RdlColor Constructor | Overloaded. |
Name | Description | |
---|---|---|
Expression | Gets the expression associated with the current RdlProp. Note that this property throws an exception if the current object contains a constant (i.e. if RdlProp.IsExpression gets false). (Inherited from C1.C1Rdl.RdlProp) | |
IsExpression | Gets a value indicating whether the current RdlProp is specified as an expression. (Inherited from C1.C1Rdl.RdlProp) | |
Value | Gets the System.Drawing.Color value represented by the current object if it contains a literal. If the current object contains an expression, exception is thrown. |
Name | Description | |
---|---|---|
Equals | Compares the current length with another object. This method performs comparison by value. | |
GetHashCode | Gets the hash code for the current object, based on the length value. | |
ToString | Converts the current object to a string. | |
TryParse | Parses a string into properties of RdlColor type. |
Equality | Tests whether the two RdlColor objects are equal. |
Implicit Type Conversion | Overloaded. Converts a RdlColor to a string. |
Inequality | Tests whether the two RdlColor objects are not equal. |