Value Property (RdlColor)
In This Topic
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.
Syntax
'Declaration
Public ReadOnly Property Value As Color
public Color Value {get;}
See Also