[]
Initializes a new instance of the ValueElement class with the specified value and style settings.
public ValueElement(Style style, object value)
| Type | Name | Description |
|---|---|---|
| Style | style | The Style object to use. |
| object | value | The value to display. |
Initializes a new instance of the ValueElement class with the specified value.
public ValueElement(object value)
| Type | Name | Description |
|---|---|---|
| object | value | The value to display. |
Initializes a new instance of the ValueElement class.
public ValueElement()