MainWindow PropertiesVis2 NodeTrix CodeDokumentation
The MainWindow type exposes the following members.
Properties

  NameDescription
Public propertyOnlineActualHeight
Gets the rendered height of this element.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineActualWidth
Gets the rendered width of this element.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineAllowDrop
Gets or sets a value indicating whether this element can be used as the target of a drag-and-drop operation.
(Inherited from OnlineUIElement.)
Public propertyOnlineAllowsTransparency
Gets or sets a value that indicates whether a window's client area supports transparency.
(Inherited from OnlineWindow.)
Public propertyOnlineAreAnyTouchesCaptured
Gets a value that indicates whether at least one touch is captured to this element.
(Inherited from OnlineUIElement.)
Public propertyOnlineAreAnyTouchesCapturedWithin
Gets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree.
(Inherited from OnlineUIElement.)
Public propertyOnlineAreAnyTouchesDirectlyOver
Gets a value that indicates whether at least one touch is pressed over this element.
(Inherited from OnlineUIElement.)
Public propertyOnlineAreAnyTouchesOver
Gets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree.
(Inherited from OnlineUIElement.)
Public propertyOnlineBackground
Gets or sets a brush that describes the background of a control.
(Inherited from OnlineControl.)
Public propertyOnlineBindingGroup
Gets or sets the OnlineBindingGroup that is used for the element.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineBitmapEffectObsolete.
Gets or sets a bitmap effect that applies directly to the rendered content for this element.
(Inherited from OnlineUIElement.)
Public propertyOnlineBitmapEffectInputObsolete.
Gets or sets an input source for the bitmap effect that applies directly to the rendered content for this element.
(Inherited from OnlineUIElement.)
Public propertyOnlineBorderBrush
Gets or sets a brush that describes the border background of a control.
(Inherited from OnlineControl.)
Public propertyOnlineBorderThickness
Gets or sets the border thickness of a control.
(Inherited from OnlineControl.)
Public propertyOnlineCacheMode
Gets or sets a cached representation of the OnlineUIElement.
(Inherited from OnlineUIElement.)
Public propertyOnlineClip
Gets or sets the geometry used to define the outline of the contents of an element.
(Inherited from OnlineUIElement.)
Public propertyOnlineClipToBounds
Gets or sets a value indicating whether to clip the content of this element (or content coming from the child elements of this element) to fit into the size of the containing element.
(Inherited from OnlineUIElement.)
Public propertyOnlineCommandBindings
Gets a collection of OnlineCommandBinding objects associated with this element. A OnlineCommandBinding enables command handling for this element, and declares the linkage between a command, its events, and the handlers attached by this element.
(Inherited from OnlineUIElement.)
Public propertyOnlineContent
Gets or sets the content of a OnlineContentControl.
(Inherited from OnlineContentControl.)
Public propertyOnlineContentStringFormat
Gets or sets a composite string that specifies how to format the OnlineContent property if it is displayed as a string.
(Inherited from OnlineContentControl.)
Public propertyOnlineContentTemplate
Gets or sets the data template used to display the content of the OnlineContentControl.
(Inherited from OnlineContentControl.)
Public propertyOnlineContentTemplateSelector
Gets or sets a template selector that enables an application writer to provide custom template-selection logic.
(Inherited from OnlineContentControl.)
Public propertyOnlineContextMenu
Gets or sets the context menu element that should appear whenever the context menu is requested through user interface (UI) from within this element.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineCursor
Gets or sets the cursor that displays when the mouse pointer is over this element.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineDataContext
Gets or sets the data context for an element when it participates in data binding.
(Inherited from OnlineFrameworkElement.)
Protected propertyOnlineDefaultStyleKey
Gets or sets the key to use to reference the style for this control, when theme styles are used or defined.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineDependencyObjectType
Gets the OnlineDependencyObjectType that wraps the CLR type of this instance. 
(Inherited from OnlineDependencyObject.)
Public propertyOnlineDesiredSize
Gets the size that this element computed during the measure pass of the layout process.
(Inherited from OnlineUIElement.)
Public propertyOnlineDialogResult
Gets or sets the dialog result value, which is the value that is returned from the OnlineShowDialog  method.
(Inherited from OnlineWindow.)
Public propertyOnlineDispatcher
Gets the OnlineDispatcher this OnlineDispatcherObject is associated with.
(Inherited from OnlineDispatcherObject.)
Public propertyOnlineEffect
Gets or sets the bitmap effect to apply to the OnlineUIElement.
(Inherited from OnlineUIElement.)
Public propertyOnlineFlowDirection
Gets or sets the direction that text and other user interface (UI) elements flow within any parent element that controls their layout.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineFocusable
Gets or sets a value that indicates whether the element can receive focus.
(Inherited from OnlineUIElement.)
Public propertyOnlineFocusVisualStyle
Gets or sets a property that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineFontFamily
Gets or sets the font family of the control.
(Inherited from OnlineControl.)
Public propertyOnlineFontSize
Gets or sets the font size.
(Inherited from OnlineControl.)
Public propertyOnlineFontStretch
Gets or sets the degree to which a font is condensed or expanded on the screen.
(Inherited from OnlineControl.)
Public propertyOnlineFontStyle
Gets or sets the font style.
(Inherited from OnlineControl.)
Public propertyOnlineFontWeight
Gets or sets the weight or thickness of the specified font.
(Inherited from OnlineControl.)
Public propertyOnlineForceCursor
Gets or sets a value that indicates whether this OnlineFrameworkElement should force the user interface (UI) to render the cursor as declared by the OnlineCursor property.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineForeground
Gets or sets a brush that describes the foreground color.
(Inherited from OnlineControl.)
Protected propertyOnlineHandlesScrolling
Gets a value that indicates whether a control supports scrolling.
(Inherited from OnlineControl.)
Public propertyOnlineHasAnimatedProperties
Gets a value indicating whether this element has any animated properties.
(Inherited from OnlineUIElement.)
Public propertyOnlineHasContent
Gets a value that indicates whether the OnlineContentControl contains content.
(Inherited from OnlineContentControl.)
Protected propertyHasEffectiveKeyboardFocus (Inherited from OnlineUIElement.)
Public propertyOnlineHeight
Gets or sets the suggested height of the element.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineHorizontalAlignment
Gets or sets the horizontal alignment characteristics applied to this element when it is composed within a parent element, such as a panel or items control.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineHorizontalContentAlignment
Gets or sets the horizontal alignment of the control's content.
(Inherited from OnlineControl.)
Public propertyOnlineIcon
Gets or sets a window's icon.
(Inherited from OnlineWindow.)
Protected propertyOnlineInheritanceBehavior
Gets or sets the scope limits for property value inheritance and resource key lookup.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineInputBindings
Gets the collection of input bindings associated with this element.
(Inherited from OnlineUIElement.)
Public propertyOnlineInputScope
Gets or sets the context for input used by this OnlineFrameworkElement.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineIsActive
Gets a value that indicates whether the window is active.
(Inherited from OnlineWindow.)
Public propertyOnlineIsArrangeValid
Gets a value indicating whether the computed size and position of child elements in this element's layout are valid.
(Inherited from OnlineUIElement.)
Public propertyOnlineIsEnabled
Gets or sets a value indicating whether this element is enabled in the user interface (UI).  
(Inherited from OnlineUIElement.)
Protected propertyOnlineIsEnabledCore
Gets a value that becomes the return value of OnlineIsEnabled in derived classes.
(Inherited from OnlineUIElement.)
Public propertyOnlineIsFocused
Gets a value that determines whether this element has logical focus.
(Inherited from OnlineUIElement.)
Public propertyOnlineIsHitTestVisible
Gets or sets a value that declares whether this element can possibly be returned as a hit test result from some portion of its rendered content.
(Inherited from OnlineUIElement.)
Public propertyOnlineIsInitialized
Gets a value that indicates whether this element has been initialized, either during processing by a XAML processor, or by explicitly having its OnlineEndInit  method called.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineIsInputMethodEnabled
Gets a value indicating whether an input method system, such as an Input Method Editor (IME), is enabled for processing the input to this element.
(Inherited from OnlineUIElement.)
Public propertyOnlineIsKeyboardFocused
Gets a value indicating whether this element has keyboard focus.
(Inherited from OnlineUIElement.)
Public propertyOnlineIsKeyboardFocusWithin
Gets a value indicating whether keyboard focus is anywhere within the element or its visual tree child elements.
(Inherited from OnlineUIElement.)
Public propertyOnlineIsLoaded
Gets a value that indicates whether this element has been loaded for presentation.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineIsManipulationEnabled
Gets or sets a value that indicates whether manipulation events are enabled on this OnlineUIElement.
(Inherited from OnlineUIElement.)
Public propertyOnlineIsMeasureValid
Gets a value indicating whether the current size returned by layout measure is valid.
(Inherited from OnlineUIElement.)
Public propertyOnlineIsMouseCaptured
Gets a value indicating whether the mouse is captured to this element.
(Inherited from OnlineUIElement.)
Public propertyOnlineIsMouseCaptureWithin
Gets a value that determines whether mouse capture is held by this element or by child elements in its visual tree.
(Inherited from OnlineUIElement.)
Public propertyOnlineIsMouseDirectlyOver
Gets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account.
(Inherited from OnlineUIElement.)
Public propertyOnlineIsMouseOver
Gets a value indicating whether the mouse pointer is located over this element (including child elements in the visual tree).
(Inherited from OnlineUIElement.)
Public propertyOnlineIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from OnlineDependencyObject.)
Public propertyOnlineIsStylusCaptured
Gets a value indicating whether the stylus is captured by this element.
(Inherited from OnlineUIElement.)
Public propertyOnlineIsStylusCaptureWithin
Gets a value that determines whether stylus capture is held by this element, or an element within the element bounds and its visual tree.
(Inherited from OnlineUIElement.)
Public propertyOnlineIsStylusDirectlyOver
Gets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account.
(Inherited from OnlineUIElement.)
Public propertyOnlineIsStylusOver
Gets a value indicating whether the stylus cursor is located over this element (including visual child elements).
(Inherited from OnlineUIElement.)
Public propertyOnlineIsTabStop
Gets or sets a value that indicates whether a control is included in tab navigation.
(Inherited from OnlineControl.)
Public propertyOnlineIsVisible
Gets a value indicating whether this element is visible in the user interface (UI).  
(Inherited from OnlineUIElement.)
Public propertyOnlineLanguage
Gets or sets localization/globalization language information that applies to an element.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineLayoutTransform
Gets or sets a graphics transformation that should apply to this element when layout is performed.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineLeft
Gets or sets the position of the window's left edge, in relation to the desktop.
(Inherited from OnlineWindow.)
Protected propertyOnlineLogicalChildren
Gets an enumerator for a window's logical child elements.
(Inherited from OnlineWindow.)
Public propertyOnlineMargin
Gets or sets the outer margin of an element.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineMaxHeight
Gets or sets the maximum height constraint of the element.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineMaxWidth
Gets or sets the maximum width constraint of the element.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineMinHeight
Gets or sets the minimum height constraint of the element.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineMinWidth
Gets or sets the minimum width constraint of the element.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineName
Gets or sets the identifying name of the element. The name provides a reference so that code-behind, such as event handler code, can refer to a markup element after it is constructed during processing by a XAML processor.
(Inherited from OnlineFrameworkElement.)
Public propertyNodes
All nodes which are currently visible in the graph
Public propertyOnlineOpacity
Gets or sets the opacity factor applied to the entire OnlineUIElement when it is rendered in the user interface (UI).  
(Inherited from OnlineUIElement.)
Public propertyOnlineOpacityMask
Gets or sets an opacity mask, as a OnlineBrush implementation that is applied to any alpha-channel masking for the rendered content of this element.
(Inherited from OnlineUIElement.)
Public propertyOnlineOverridesDefaultStyle
Gets or sets a value that indicates whether this element incorporates style properties from theme styles.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineOwnedWindows
Gets a collection of windows for which this window is the owner.
(Inherited from OnlineWindow.)
Public propertyOnlineOwner
Gets or sets the OnlineWindow that owns this OnlineWindow.
(Inherited from OnlineWindow.)
Public propertyOnlinePadding
Gets or sets the padding inside a control.
(Inherited from OnlineControl.)
Public propertyOnlineParent
Gets the logical parent element of this element.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlinePersistIdObsolete.
Gets a value that uniquely identifies this element.
(Inherited from OnlineUIElement.)
Public propertyOnlineRenderSize
Gets (or sets, but see Remarks) the final render size of this element.
(Inherited from OnlineUIElement.)
Public propertyOnlineRenderTransform
Gets or sets transform information that affects the rendering position of this element.
(Inherited from OnlineUIElement.)
Public propertyOnlineRenderTransformOrigin
Gets or sets the center point of any possible render transform declared by OnlineRenderTransform, relative to the bounds of the element.
(Inherited from OnlineUIElement.)
Public propertyOnlineResizeMode
Gets or sets the resize mode.
(Inherited from OnlineWindow.)
Public propertyOnlineResources
Gets or sets the locally-defined resource dictionary.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineRestoreBounds
Gets the size and location of a window before being either minimized or maximized.
(Inherited from OnlineWindow.)
Public propertyOnlineShowActivated
Gets or sets a value that indicates whether a window is activated when first shown.
(Inherited from OnlineWindow.)
Public propertyOnlineShowInTaskbar
Gets or sets a value that indicates whether the window has a task bar button.
(Inherited from OnlineWindow.)
Public propertyOnlineSizeToContent
Gets or sets a value that indicates whether a window will automatically size itself to fit the size of its content.
(Inherited from OnlineWindow.)
Public propertyOnlineSnapsToDevicePixels
Gets or sets a value that determines whether rendering for this element should use device-specific pixel settings during rendering.
(Inherited from OnlineUIElement.)
Public propertyOnlineStyle
Gets or sets the style used by this element when it is rendered.
(Inherited from OnlineFrameworkElement.)
Protected propertyOnlineStylusPlugIns
Gets a collection of all stylus plug-in (customization) objects associated with this element.
(Inherited from OnlineUIElement.)
Public propertyOnlineTabIndex
Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls by using the TAB key.
(Inherited from OnlineControl.)
Public propertyOnlineTag
Gets or sets an arbitrary object value that can be used to store custom information about this element.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineTaskbarItemInfo
Gets or sets the Windows 7 taskbar thumbnail for the OnlineWindow.
(Inherited from OnlineWindow.)
Public propertyOnlineTemplate
Gets or sets a control template.
(Inherited from OnlineControl.)
Public propertyOnlineTemplatedParent
Gets a reference to the template parent of this element. This property is not relevant if the element was not created through a template.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineTitle
Gets or sets a window's title.
(Inherited from OnlineWindow.)
Public propertyOnlineToolTip
Gets or sets the tool-tip object that is displayed for this element in the user interface (UI).
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineTop
Gets or sets the position of the window's top edge, in relation to the desktop.
(Inherited from OnlineWindow.)
Public propertyOnlineTopmost
Gets or sets a value that indicates whether a window appears in the topmost z-order.
(Inherited from OnlineWindow.)
Public propertyOnlineTouchesCaptured
Gets all touch devices that are captured to this element.
(Inherited from OnlineUIElement.)
Public propertyOnlineTouchesCapturedWithin
Gets all touch devices that are captured to this element or any child elements in its visual tree.
(Inherited from OnlineUIElement.)
Public propertyOnlineTouchesDirectlyOver
Gets all touch devices that are over this element.
(Inherited from OnlineUIElement.)
Public propertyOnlineTouchesOver
Gets all touch devices that are over this element or any child elements in its visual tree.
(Inherited from OnlineUIElement.)
Public propertyOnlineTriggers
Gets the collection of triggers established directly on this element, or in child elements.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineUid
Gets or sets the Uid for this element.
(Inherited from OnlineUIElement.)
Public propertyOnlineUseLayoutRounding
Gets or sets a value that indicates whether layout rounding should be applied to this element's size and position during layout.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineVerticalAlignment
Gets or sets the vertical alignment characteristics applied to this element when it is composed within a parent element such as a panel or items control.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineVerticalContentAlignment
Gets or sets the vertical alignment of the control's content.
(Inherited from OnlineControl.)
Public propertyOnlineVisibility
Gets or sets the user interface (UI) visibility of this element.  
(Inherited from OnlineUIElement.)
Protected propertyOnlineVisualBitmapEffectObsolete.
Gets or sets the OnlineBitmapEffect value for the OnlineVisual.
(Inherited from OnlineVisual.)
Protected propertyOnlineVisualBitmapEffectInputObsolete.
Gets or sets the OnlineBitmapEffectInput value for the OnlineVisual.
(Inherited from OnlineVisual.)
Protected propertyOnlineVisualBitmapScalingMode
Gets or sets the OnlineBitmapScalingMode for the OnlineVisual.
(Inherited from OnlineVisual.)
Protected propertyOnlineVisualCacheMode
Gets or sets a cached representation of the OnlineVisual.
(Inherited from OnlineVisual.)
Protected propertyOnlineVisualChildrenCount
Gets the number of visual child elements within this element.
(Inherited from OnlineFrameworkElement.)
Protected propertyOnlineVisualClearTypeHint
Gets or sets the OnlineClearTypeHint that determines how ClearType is rendered in the OnlineVisual.
(Inherited from OnlineVisual.)
Protected propertyOnlineVisualClip
Gets or sets the clip region of the OnlineVisual as a OnlineGeometry value.
(Inherited from OnlineVisual.)
Protected propertyOnlineVisualEdgeMode
Gets or sets the edge mode of the OnlineVisual as an OnlineEdgeMode value.
(Inherited from OnlineVisual.)
Protected propertyOnlineVisualEffect
Gets or sets the bitmap effect to apply to the OnlineVisual.
(Inherited from OnlineVisual.)
Protected propertyOnlineVisualOffset
Gets or sets the offset value of the visual object.
(Inherited from OnlineVisual.)
Protected propertyOnlineVisualOpacity
Gets or sets the opacity of the OnlineVisual.
(Inherited from OnlineVisual.)
Protected propertyOnlineVisualOpacityMask
Gets or sets the OnlineBrush value that represents the opacity mask of the OnlineVisual.
(Inherited from OnlineVisual.)
Protected propertyOnlineVisualParent
Gets the visual tree parent of the visual object.
(Inherited from OnlineVisual.)
Protected propertyOnlineVisualScrollableAreaClip
Gets or sets a clipped scrollable area for the OnlineVisual.
(Inherited from OnlineVisual.)
Protected propertyOnlineVisualTextHintingMode
Gets or sets the OnlineTextHintingMode of the OnlineVisual.
(Inherited from OnlineVisual.)
Protected propertyOnlineVisualTextRenderingMode
Gets or sets the OnlineTextRenderingMode of the OnlineVisual.
(Inherited from OnlineVisual.)
Protected propertyOnlineVisualTransform
Gets or sets the OnlineTransform value for the OnlineVisual.
(Inherited from OnlineVisual.)
Protected propertyOnlineVisualXSnappingGuidelines
Gets or sets the x-coordinate (vertical) guideline collection.
(Inherited from OnlineVisual.)
Protected propertyOnlineVisualYSnappingGuidelines
Gets or sets the y-coordinate (horizontal) guideline collection.
(Inherited from OnlineVisual.)
Public propertyOnlineWidth
Gets or sets the width of the element.
(Inherited from OnlineFrameworkElement.)
Public propertyOnlineWindowStartupLocation
Gets or sets the position of the window when first shown.
(Inherited from OnlineWindow.)
Public propertyOnlineWindowState
Gets or sets a value that indicates whether a window is restored, minimized, or maximized.
(Inherited from OnlineWindow.)
Public propertyOnlineWindowStyle
Gets or sets a window's border style.
(Inherited from OnlineWindow.)
Back to Top
See Also