Viewer
DataViewer
Displays data into a table
PROPERTIES
| Name | Type | Description | IN/OUT |
|---|---|---|---|
| Width | Double | Defines the control's width | - |
| Height | Double | Defines the control's height | - |
| BorderBrush | Brush | Defines the control's border color | - |
| BorderThickness | Int32 | Defines the control's border thickness | - |
| Name | String | The control's name | - |
| Enable | Boolean | Defines if the control is enabled in the UI | IN |
| IsVisible | Boolean | Defines if the control is visible in the UI | IN |
| AnchorHorizontal | HorizontalAlignment | Defines the control's horizontal anchor respect to its parent container | - |
| AnchorVertical | VerticalAlignment | Defines the control's vertical anchor respect to its parent container | - |
| LocationX | Double | Defines the control's location X.This value is always refered to parent's left margin | - |
| LocationY | Double | Defines the control's location Y.This value is always refered to parent's top margin | - |
| Row | Int32 | Defines the row coordinate where the control is loaded.This value has effect only inside a Grid | - |
| Column | Int32 | Defines the column coordinate where the control is loaded.This value has effect only inside a Grid | - |
| RowSpan | Int32 | Defines the number of rows where the control spans within.This value has effect only inside a Grid | - |
| ColumnSpan | Int32 | Defines the number of columns where the control spans within.This value has effect only inside a Grid | - |
| Background | Brush | Defines the control's background color | - |
| FontSize | Double | Defines the font size.This value is inherited by children, until explicitly set by child control. | - |
| FontFamily | FontFamily | Defines the font family.This value is inherited by children, until explicitly set by child control. | - |
| FontWeight | FontWeight | Defines the font weight.This value is inherited by children, until explicitly set by child control. | - |
| FontStyle | FontStyle | Defines the font style.This value is inherited by children, until explicitly set by child control. | - |
| Tooltip | String | Defines tooltip to show on mouse over | - |
| AccessLevel | UserLevel | Defines the requested user level to interact with the control | - |
| VisibilityLevel | UserLevel | Defines the requested user level to see the control | - |
PlotChart
Displays data into a chart
PROPERTIES
| Name | Type | Description | IN/OUT |
|---|---|---|---|
| Width | Double | Defines the control's width | - |
| Height | Double | Defines the control's height | - |
| BorderBrush | Brush | Defines the control's border color | - |
| BorderThickness | Int32 | Defines the control's border thickness | - |
| Name | String | The control's name | - |
| Enable | Boolean | Defines if the control is enabled in the UI | IN |
| IsVisible | Boolean | Defines if the control is visible in the UI | IN |
| AnchorHorizontal | HorizontalAlignment | Defines the control's horizontal anchor respect to its parent container | - |
| AnchorVertical | VerticalAlignment | Defines the control's vertical anchor respect to its parent container | - |
| LocationX | Double | Defines the control's location X.This value is always refered to parent's left margin | - |
| LocationY | Double | Defines the control's location Y.This value is always refered to parent's top margin | - |
| Row | Int32 | Defines the row coordinate where the control is loaded.This value has effect only inside a Grid | - |
| Column | Int32 | Defines the column coordinate where the control is loaded.This value has effect only inside a Grid | - |
| RowSpan | Int32 | Defines the number of rows where the control spans within.This value has effect only inside a Grid | - |
| ColumnSpan | Int32 | Defines the number of columns where the control spans within.This value has effect only inside a Grid | - |
| Background | Brush | Defines the control's background color | - |
| FontSize | Double | Defines the font size.This value is inherited by children, until explicitly set by child control. | - |
| FontFamily | FontFamily | Defines the font family.This value is inherited by children, until explicitly set by child control. | - |
| FontWeight | FontWeight | Defines the font weight.This value is inherited by children, until explicitly set by child control. | - |
| FontStyle | FontStyle | Defines the font style.This value is inherited by children, until explicitly set by child control. | - |
| Tooltip | String | Defines tooltip to show on mouse over | - |
| AccessLevel | UserLevel | Defines the requested user level to interact with the control | - |
| VisibilityLevel | UserLevel | Defines the requested user level to see the control | - |
PropertyViewer
Displays properties
PROPERTIES
| Name | Type | Description | IN/OUT |
|---|---|---|---|
| Width | Double | Defines the control's width | - |
| Height | Double | Defines the control's height | - |
| BorderBrush | Brush | Defines the control's border color | - |
| BorderThickness | Int32 | Defines the control's border thickness | - |
| Title | String | The control's title | - |
| ShowTitle | Boolean | Shows the Title | - |
| ShowDescription | Boolean | Shows the properties' description | - |
| Name | String | The control's name | - |
| Enable | Boolean | Defines if the control is enabled in the UI | IN |
| IsVisible | Boolean | Defines if the control is visible in the UI | IN |
| AnchorHorizontal | HorizontalAlignment | Defines the control's horizontal anchor respect to its parent container | - |
| AnchorVertical | VerticalAlignment | Defines the control's vertical anchor respect to its parent container | - |
| LocationX | Double | Defines the control's location X.This value is always refered to parent's left margin | - |
| LocationY | Double | Defines the control's location Y.This value is always refered to parent's top margin | - |
| Row | Int32 | Defines the row coordinate where the control is loaded.This value has effect only inside a Grid | - |
| Column | Int32 | Defines the column coordinate where the control is loaded.This value has effect only inside a Grid | - |
| RowSpan | Int32 | Defines the number of rows where the control spans within.This value has effect only inside a Grid | - |
| ColumnSpan | Int32 | Defines the number of columns where the control spans within.This value has effect only inside a Grid | - |
| Background | Brush | Defines the control's background color | - |
| FontSize | Double | Defines the font size.This value is inherited by children, until explicitly set by child control. | - |
| FontFamily | FontFamily | Defines the font family.This value is inherited by children, until explicitly set by child control. | - |
| FontWeight | FontWeight | Defines the font weight.This value is inherited by children, until explicitly set by child control. | - |
| FontStyle | FontStyle | Defines the font style.This value is inherited by children, until explicitly set by child control. | - |
| Tooltip | String | Defines tooltip to show on mouse over | - |
| AccessLevel | UserLevel | Defines the requested user level to interact with the control | - |
| VisibilityLevel | UserLevel | Defines the requested user level to see the control | - |
ZoomBox2D
Displays data into a Zoom 2D
PROPERTIES
| Name | Type | Description | IN/OUT |
|---|---|---|---|
| Width | Double | Defines the control's width | - |
| Height | Double | Defines the control's height | - |
| BorderBrush | Brush | Defines the control's border color | - |
| BorderThickness | Int32 | Defines the control's border thickness | - |
| ShowToolbar | Boolean | Shows the toolbar with helpfull image-pixel informations and inspection tools | - |
| Name | String | The control's name | - |
| Enable | Boolean | Defines if the control is enabled in the UI | IN |
| IsVisible | Boolean | Defines if the control is visible in the UI | IN |
| AnchorHorizontal | HorizontalAlignment | Defines the control's horizontal anchor respect to its parent container | - |
| AnchorVertical | VerticalAlignment | Defines the control's vertical anchor respect to its parent container | - |
| LocationX | Double | Defines the control's location X.This value is always refered to parent's left margin | - |
| LocationY | Double | Defines the control's location Y.This value is always refered to parent's top margin | - |
| Row | Int32 | Defines the row coordinate where the control is loaded.This value has effect only inside a Grid | - |
| Column | Int32 | Defines the column coordinate where the control is loaded.This value has effect only inside a Grid | - |
| RowSpan | Int32 | Defines the number of rows where the control spans within.This value has effect only inside a Grid | - |
| ColumnSpan | Int32 | Defines the number of columns where the control spans within.This value has effect only inside a Grid | - |
| Background | Brush | Defines the control's background color | - |
| FontSize | Double | Defines the font size.This value is inherited by children, until explicitly set by child control. | - |
| FontFamily | FontFamily | Defines the font family.This value is inherited by children, until explicitly set by child control. | - |
| FontWeight | FontWeight | Defines the font weight.This value is inherited by children, until explicitly set by child control. | - |
| FontStyle | FontStyle | Defines the font style.This value is inherited by children, until explicitly set by child control. | - |
| Tooltip | String | Defines tooltip to show on mouse over | - |
| AccessLevel | UserLevel | Defines the requested user level to interact with the control | - |
| VisibilityLevel | UserLevel | Defines the requested user level to see the control | - |