Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlColor Class / Value Property

In This Topic
    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