The GwxDocument type exposes the following members.
Properties
Name | Description | |
---|---|---|
Animated |
True if in runtime mode, false otherwise
| |
CachePriority |
When the available cache space is running low, this option determines which
displays will be removed from the cache first.
| |
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) | |
CompanyName |
Gets the name of the company or creator of this component.
| |
Configuration |
Gets the instance of GwxConfiguration associated with this document (if available).
| |
CurrentCulture |
Gets the current CultureInfo provided by Language Aliasing.
| |
CustomFonts |
Custom fonts that are available to use in this display.
| |
CustomViews |
Custom views that are used to change the current zoom and pan when selected by the user.
| |
DataEntryLostFocusWritesValue |
When true, clicking outside of an active Data Entry field will write the value (the Escape key can still be used to cancel writing the value).
When false, clicking outside of an active Data Entry field will cancel the write (the Enter key or Tab key must be used to write the value).
The default value is false. Use with caution since setting this to true may increase the likelihood of unintended writes by operators.
| |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) | |
DesiredFrameRate |
Specifies the desired frame rate (updates per second) for time-based animations (animations with a Duration). Specify zero to animate as smoothly as possible (using the available processing resources).
This property can be used to reduce the amount of processing resources needed for time-based animations (if the smoothest possible animation rate is not required).
| |
DisableControlWhenAnyRelatedDynamicIsDisabled |
Specify true so that if any dynamic on a given object is disabled, all other dynamics on that object will also be disabled.
Specify false so that each dynamic on a given object can be independently disabled. The default value is false.
| |
DisableControlWhenReadOnlyData |
Disables controllable dynamics that reference readonly DataSources.
| |
DisableControlWhenSecurityDenied |
Disables controllable dynamics when security permission is denied.
| |
DisabledFillBrush |
Alternate color to indicate that an object is disabled.
Currently only supports SolidColorBrush.
| |
DisabledFillColor |
Alternate color to indicate that an object is disabled.
| |
DisabledLineBrush |
Alternate color to indicate that an object is disabled.
Currently only supports SolidColorBrush.
| |
DisabledLineColor |
Alternate color to indicate that an object is disabled.
| |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) | |
DisplayTabs |
Tabs used to load display files.
| |
EnableControlEvents |
True to enable execution of commmands when events occur.
| |
FocusBorderOptions |
Options for the "focus border". The focus border appears around user-interactive objects in runtime when the mouse pointer
is over the object, or if the object has keyboard focus.
| |
GlobalAliases |
The global aliases to set when opening the display in runtime.
| |
HideDynamicActiveWhenPointFailureEx |
When True, hide dynamics that are configured to activate when the data value evaluates to false and
currently have a bad quality data value, will be set to the "active" state (i.e. hidden).
When False, hide dynamics that have a bad quality data source will be set to the "inactive" state
(i.e. visible) and drawn with the "PointFailColors".
When Default, hide dynamics will remain in their current visibility state when their data value becomes bad quality
(if currently visible, they will be drawn with the "PointFailColors").
| |
IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.) | |
IsScalable |
True to make this display scalable when it is loaded. False for a fixed-scale display.
| |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) | |
MaximumZoom |
The maximum allowed zoom.
| |
MinimumZoom |
The minimum allowed zoom.
| |
MobileDisplayStyle |
Whether or not to swap display dimensions when the orientation of the phone is changed
| |
MobileProductName |
Gets the "mobile" product name associated with this component.
| |
OrientationLock |
The orientation lock of the phone
| |
PanEnabled |
True to enable panning/scrolling during runtime, false to disable panning/scrolling during runtime.
| |
Password |
The password required to allow this display to be loaded in configuration mode.
| |
PointFailFillBrush |
Alternate color to indicate that an object has a bad quality data source.
Currently only supports SolidColorBrush.
| |
PointFailFillColor |
Alternate color to indicate that an object has a bad quality data source.
| |
PointFailLineBrush |
Alternate color to indicate that an objec thas a bad quality data source.
Currently only supports SolidColorBrush.
| |
PointFailLineColor |
Alternate color to indicate that an objec thas a bad quality data source.
| |
PointFailText |
Text displayed for process points that have data errors. Specify a single character (repeated for length of PPT), or a multi-character string (not repeated).
| |
PreferredStretch |
The stretch mode to use for scalable displays and "Fit to Window" operations.
| |
ProductName |
Gets the product name associated with this component.
| |
ProductVersion |
Gets the version of this component.
| |
ReleaseOutOfViewData |
Automatically releases runtime data for objects that are not within the currently visible
display area (due to zooming/panning). Data is re-requested when an object re-enters the
visible display area.
| |
ResolveAliasesInDragDropDataSources |
True to resolve global aliases in drag-drop DataSources before dropping the DataSources on another component.
False to leave the global aliases unresolved (to be resolved by the component that receives the dropped DataSources).
| |
RootVisual | Visual that is the visual root for the currently loaded display.
| |
RuntimeWindowProperties |
Window properties for runtime mode.
| |
SafeTouchZoneWarningDuration |
The amount of time (in ms) the safe-touch warning (localsim::safeTouchZoneWarning) will remain active before automatically resetting to inactive.
Note: the safe-touch warning will also immediately reset to inactive if the user touches a safe-zone.
Use -1 to indicate infinite duration. Use 0 (zero) to indicate that the warning should never be activated.
| |
ScanRate |
The default scan rate (in milliseconds) for requested data values.
| |
ShowControlCursor |
True to show alternate mouse cursor when hovering over a controllable dynamic object.
| |
ShowControlFocus |
True to show a highlight indicator around controllable dynamics that have keyboard focus.
| |
Source |
The uri of the current display
| |
SpecifyRuntimeWindowProperties |
True to specify non-default window properties for runtime mode.
| |
StateFieldDropDownUsesSystemColors |
When true, the statefield drop-down UI will use the current "System Colors" (defined by the Operating System).
When false, the statefield drop-down UI will use colors that match Label associated with the ProcessPoint dynamic (this is the default).
| |
StoreConfigurationGridSettings |
True to indicate that the configuration grid settings should be stored in the display file.
| |
SwapDimensionsOnOrientationChange |
Whether or not to swap display dimensions when the orientation of the phone is changed
| |
TimeDateDropDownUsesSystemColors |
When true, the timedate drop-down UI will use the current "System Colors" (defined by the Operating System).
When false, the timedate drop-down UI will use colors that match Label associated with the TimeDate dynamic (this is the default).
| |
ToolTipOptions |
Options for tooltips.
| |
UseDisabledColors |
True when the alternate colors should be used to indicate that an object is disabled.
| |
UsePointFailColors |
True when the alternate colors should be used to indicate that an dynamic has a bad quality data source.
| |
UsePointFailColorsForUncertainQuality |
True when the alternate colors should be used to indicate that an dynamic has an uncertain quality data source.
| |
UsePointFailText |
True to show the PointFailText to indicate that an object has a bad quality data source.
When false, the last known good/uncertain value will continue to be shown (instead of the PointFailText) when there is a bad quality data source.
| |
UsePointFailTextForUncertainQuality |
True to show the PointFailText to indicate that an object has an uncertain quality data source.
When false, an uncertain value will continue to be shown (instead of the PointFailText).
| |
WebProductName |
Gets the "mobile" product name associated with this component.
| |
ZoomEnabled |
True to enable zooming during runtime, false to disable zooming during runtime.
|