[]
Element that displays a simple value (numbers, dates, etc).
The element's Style is responsible for formatting the value (with IFormattable).
public class ValueElement : ContentElement, ISupportUia
Name | Description |
---|---|
ValueElement() | Initializes a new instance of the ValueElement class. |
ValueElement(Style, object) | Initializes a new instance of the ValueElement class with the specified value and style settings. |
ValueElement(object) | Initializes a new instance of the ValueElement class with the specified value. |
Name | Description |
---|---|
_value |
Name | Description |
---|---|
Value | Gets or sets the current value. |
Name | Description |
---|---|
GetValue() | Gets the value represented by this ContentElement. |