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.

Namespace:  C1.C1Rdl
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Color Value { get; }
Visual Basic
Public ReadOnly Property Value As Color
	Get

See Also