Indicators
BooleanArrayLed
Displays an array of boolean as a list of custom leds
PROPERTIES
| Name | Type | Description | IN/OUT |
|---|---|---|---|
| ShowLabel | Boolean | Shows the label associated to the control | - |
| Size | Int32 | The led size | - |
| DefaultCount | Int32 | The number of leds to show by default | - |
| BorderBrush | Brush | The led's border color | - |
| BorderThickness | Int32 | The led's border thickness | - |
| ColorTrue | Brush | The led's color on true value | - |
| ColorFalse | Brush | The led's color on false value | - |
| PanelOrientation | Orientation | The led's stack orientation | - |
| TextPosition | Dock | Defines the label's position around the control | - |
| Text | String | Defines the label's text to display | - |
| TextVerticalAlignment | VerticalAlignment | Defines the label's text vertical alignment | - |
| TextHorizontalAlignment | HorizontalAlignment | Defines the label's text horizontal alignment | - |
| Width | Double | Defines the control's width | - |
| Height | Double | Defines the control's height | - |
| 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 | - |
BooleanLed
Displays a boolean as a custom led
PROPERTIES
| Name | Type | Description | IN/OUT |
|---|---|---|---|
| ShowLabel | Boolean | Shows the label associated to the control | - |
| Size | Int32 | The led size | - |
| Value | Boolean | The led value | IN |
| BorderBrush | Brush | The led's border color | - |
| BorderThickness | Int32 | The led's border thickness | - |
| ColorTrue | Brush | The led's color on true value | - |
| ColorFalse | Brush | The led's color on false value | - |
| TextPosition | Dock | Defines the label's position around the control | - |
| Text | String | Defines the label's text to display | - |
| TextVerticalAlignment | VerticalAlignment | Defines the label's text vertical alignment | - |
| TextHorizontalAlignment | HorizontalAlignment | Defines the label's text horizontal alignment | - |
| Width | Double | Defines the control's width | - |
| Height | Double | Defines the control's height | - |
| 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 | - |
CircularGauge
Displays a numeric value with custom OK/NOK range
PROPERTIES
| Name | Type | Description | IN/OUT |
|---|---|---|---|
| Width | Double | Defines the control's width | - |
| Height | Double | Defines the control's height | - |
| StartValueNOk | Double | The range NOT OK start value | - |
| EndValueNOk | Double | The range NOT OK end value | - |
| ColorNOk | Brush | The range NOT OK color | - |
| StartValueOk | Double | The range OK start value | - |
| EndValueOk | Double | The range OK end value | - |
| ColorOk | Brush | The range OK color | - |
| ScaleColor | Brush | Numeric scale's color | - |
| MajorInterval | Double | Numeric scale's major interval | - |
| DecimalPlaces | Int32 | The control's decimal places | - |
| AnimationMaxDuration | Int32 | The pointer animation's duration (in ms) | - |
| ShowNumber | Boolean | Displays the number near the slider | - |
| Value | Double | The control's value | - |
| TextPosition | Dock | Defines the label's position around the control | - |
| MinValue | Double | The control's min value | IN |
| MaxValue | Double | The control's max value | IN |
| ShowLabel | Boolean | Shows the label associated to the control | - |
| Text | String | Defines the label's text to display | - |
| TextVerticalAlignment | VerticalAlignment | Defines the label's text vertical alignment | - |
| TextHorizontalAlignment | HorizontalAlignment | Defines the label's text horizontal alignment | - |
| 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 | - |
DimensionBar
Displays all dimensions in Job
PROPERTIES
| Name | Type | Description | IN/OUT |
|---|---|---|---|
| Width | Double | Defines the control's width | - |
| Height | Double | Defines the control's height | - |
| 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 | - |
DimensionElement
Displays a value from a single dimension from Job.Tolerance is read from the source linked tool
PROPERTIES
| Name | Type | Description | IN/OUT |
|---|---|---|---|
| FontSizeResult | Int32 | Sets the FontSize for result value | - |
| ShowTolerance | Boolean | Displays dimension's tolerance | - |
| ShowTag | Boolean | Displays dimension's TAG | - |
| ShowName | Boolean | Displays dimension's Name | - |
| ShowColorBar | Boolean | Displays dimension's colored bar | - |
| 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 | - |
| Width | Double | Defines the control's width | - |
| Height | Double | Defines the control's height | - |
| 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 | - |
LabelPassFail
Displays a text based on boolean value
PROPERTIES
| Name | Type | Description | IN/OUT |
|---|---|---|---|
| ContentTrue | String | Content to display on True state | - |
| ContentFalse | String | Content to display on False state | - |
| ColorTrue | Brush | Defines the background color on True state | - |
| ColorFalse | Brush | Defines the background color on False state | - |
| Value | Boolean | The value state | IN |
| 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 | - |
| Width | Double | Defines the control's width | - |
| Height | Double | Defines the control's height | - |
| 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 | - |
LinearGauge
Displays a numeric value with custom OK/NOK range
PROPERTIES
| Name | Type | Description | IN/OUT |
|---|---|---|---|
| Width | Double | Defines the control's width | - |
| Height | Double | Defines the control's height | - |
| MinValue | Double | The control's min value | IN |
| MaxValue | Double | The control's max value | IN |
| StartValueNOk | Double | The range NOT OK start value | IN |
| EndValueNOk | Double | The range NOT OK end value | IN |
| ColorNOk | Brush | The range NOT OK color | - |
| StartValueOk | Double | The range OK start value | IN |
| EndValueOk | Double | The range OK end value | IN |
| ColorOk | Brush | The range OK color | - |
| MajorInterval | Double | Numeric scale's major interval | - |
| DecimalPlaces | Int32 | The control's decimal places | - |
| AnimationMaxDuration | Int32 | The pointer animation's duration (in ms) | - |
| ShowNumber | Boolean | Displays number near control | - |
| Value | Double | The control's value | - |
| TextPosition | Dock | Defines the label's position around the control | - |
| ShowLabel | Boolean | Shows the label associated to the control | - |
| Text | String | Defines the label's text to display | - |
| TextVerticalAlignment | VerticalAlignment | Defines the label's text vertical alignment | - |
| TextHorizontalAlignment | HorizontalAlignment | Defines the label's text horizontal alignment | - |
| 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 | - |
NumericGauge
Displays a numeric value with custom OK/NOK properties
PROPERTIES
| Name | Type | Description | IN/OUT |
|---|---|---|---|
| Width | Double | Defines the control's width | - |
| Height | Double | Defines the control's height | - |
| ColorNOk | Brush | The range NOT OK color | - |
| ColorOk | Brush | The range OK color | - |
| StartValueOk | Double | The range OK start value | - |
| EndValueOk | Double | The range OK end value | - |
| DecimalPlaces | Int32 | The control's decimal places | - |
| Value | Double | The control's value | - |
| MinValue | Double | The control's min value | IN |
| MaxValue | Double | The control's max value | IN |
| ShowLabel | Boolean | Shows the label associated to the control | - |
| TextPosition | Dock | Defines the label's position around the control | - |
| Text | String | Defines the label's text to display | - |
| TextVerticalAlignment | VerticalAlignment | Defines the label's text vertical alignment | - |
| TextHorizontalAlignment | HorizontalAlignment | Defines the label's text horizontal alignment | - |
| 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 | - |