[]
        
(Showing Draft Content)

C1.WPF.Document.LabeledValue.-ctor

LabeledValue Constructor

LabeledValue(object, string)

Initializes a new instance of the LabeledValue class.

Declaration
public LabeledValue(object value, string label)
Parameters
Type Name Description
object value

Value represented by the LabeledValue class.

string label

Label of value.