The GwxDocument type exposes the following members.

Properties

  NameDescription
Public propertyAnimated
True if in runtime mode, false otherwise
Public propertyCachePriority
When the available cache space is running low, this option determines which displays will be removed from the cache first.
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyStatic memberCompanyName
Gets the name of the company or creator of this component.
Public propertyConfiguration
Gets the instance of GwxConfiguration associated with this document (if available).
Public propertyCurrentCulture
Gets the current CultureInfo provided by Language Aliasing.
Public propertyCustomFonts
Custom fonts that are available to use in this display.
Public propertyCustomViews
Custom views that are used to change the current zoom and pan when selected by the user.
Public propertyDataEntryLostFocusWritesValue
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.
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDesiredFrameRate
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).
Public propertyDisableControlWhenAnyRelatedDynamicIsDisabled
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.
Public propertyDisableControlWhenReadOnlyData
Disables controllable dynamics that reference readonly DataSources.
Public propertyDisableControlWhenSecurityDenied
Disables controllable dynamics when security permission is denied.
Public propertyDisabledFillBrush
Alternate color to indicate that an object is disabled.

Currently only supports SolidColorBrush.

Public propertyDisabledFillColor
Alternate color to indicate that an object is disabled.
Public propertyDisabledLineBrush
Alternate color to indicate that an object is disabled.

Currently only supports SolidColorBrush.

Public propertyDisabledLineColor
Alternate color to indicate that an object is disabled.
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyDisplayTabs
Tabs used to load display files.
Public propertyEnableControlEvents
True to enable execution of commmands when events occur.
Public propertyFocusBorderOptions
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.
Public propertyGlobalAliases
The global aliases to set when opening the display in runtime.
Public propertyHideDynamicActiveWhenPointFailureEx
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").

Public propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsScalable
True to make this display scalable when it is loaded. False for a fixed-scale display.
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyMaximumZoom
The maximum allowed zoom.
Public propertyMinimumZoom
The minimum allowed zoom.
Public propertyMobileDisplayStyle
Whether or not to swap display dimensions when the orientation of the phone is changed
Public propertyStatic memberMobileProductName
Gets the "mobile" product name associated with this component.
Public propertyOrientationLock
The orientation lock of the phone
Public propertyPanEnabled
True to enable panning/scrolling during runtime, false to disable panning/scrolling during runtime.
Public propertyPassword
The password required to allow this display to be loaded in configuration mode.
Public propertyPointFailFillBrush
Alternate color to indicate that an object has a bad quality data source.

Currently only supports SolidColorBrush.

Public propertyPointFailFillColor
Alternate color to indicate that an object has a bad quality data source.
Public propertyPointFailLineBrush
Alternate color to indicate that an objec thas a bad quality data source.

Currently only supports SolidColorBrush.

Public propertyPointFailLineColor
Alternate color to indicate that an objec thas a bad quality data source.
Public propertyPointFailText
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).
Public propertyPreferredStretch
The stretch mode to use for scalable displays and "Fit to Window" operations.
Public propertyStatic memberProductName
Gets the product name associated with this component.
Public propertyStatic memberProductVersion
Gets the version of this component.
Public propertyReleaseOutOfViewData
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.
Public propertyResolveAliasesInDragDropDataSources
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).
Public propertyRootVisual
Visual that is the visual root for the currently loaded display.
Public propertyRuntimeWindowProperties
Window properties for runtime mode.
Public propertySafeTouchZoneWarningDuration
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.
Public propertyScanRate
The default scan rate (in milliseconds) for requested data values.
Public propertyShowControlCursor
True to show alternate mouse cursor when hovering over a controllable dynamic object.
Public propertyShowControlFocus
True to show a highlight indicator around controllable dynamics that have keyboard focus.
Public propertySource
The uri of the current display
Public propertySpecifyRuntimeWindowProperties
True to specify non-default window properties for runtime mode.
Public propertyStateFieldDropDownUsesSystemColors
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).
Public propertyStoreConfigurationGridSettings
True to indicate that the configuration grid settings should be stored in the display file.
Public propertySwapDimensionsOnOrientationChange
Whether or not to swap display dimensions when the orientation of the phone is changed
Public propertyTimeDateDropDownUsesSystemColors
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).
Public propertyToolTipOptions
Options for tooltips.
Public propertyUseDisabledColors
True when the alternate colors should be used to indicate that an object is disabled.
Public propertyUsePointFailColors
True when the alternate colors should be used to indicate that an dynamic has a bad quality data source.
Public propertyUsePointFailColorsForUncertainQuality
True when the alternate colors should be used to indicate that an dynamic has an uncertain quality data source.
Public propertyUsePointFailText
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.
Public propertyUsePointFailTextForUncertainQuality
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).
Public propertyStatic memberWebProductName
Gets the "mobile" product name associated with this component.
Public propertyZoomEnabled
True to enable zooming during runtime, false to disable zooming during runtime.

See Also