[]
        
(Showing Draft Content)

C1.Framework.ValueElement.-ctor

ValueElement Constructor

ValueElement(Style, object)

Initializes a new instance of the ValueElement class with the specified value and style settings.

Declaration
public ValueElement(Style style, object value)
Parameters
Type Name Description
Style style

The Style object to use.

object value

The value to display.

ValueElement(object)

Initializes a new instance of the ValueElement class with the specified value.

Declaration
public ValueElement(object value)
Parameters
Type Name Description
object value

The value to display.

ValueElement()

Initializes a new instance of the ValueElement class.

Declaration
public ValueElement()