GraphPresenter MembersVis2 NodeTrix CodeDokumentation

The GraphPresenter type exposes the following members.
Constructors

  NameDescription
Public methodGraphPresenter
Initializes a new instance of the GraphPresenter class
Back to Top
Methods

  NameDescription
Protected methodOnlineAddChild
Adds a specified object as the child of a OnlineContentControl.
(Inherited from OnlineContentControl.)
Public methodOnlineAddHandler(RoutedEvent, Delegate)
Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element.
(Inherited from OnlineUIElement.)
Public methodOnlineAddHandler(RoutedEvent, Delegate, Boolean)
Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked for routed event that had already been marked as handled by another element along the event route.
(Inherited from OnlineUIElement.)
Protected methodOnlineAddLogicalChild
Adds the provided object to the logical tree of this element.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineAddText
Adds a specified text string to a OnlineContentControl.
(Inherited from OnlineContentControl.)
Public methodOnlineAddToEventRoute
Adds handlers to the specified OnlineEventRoute for the current OnlineUIElement event handler collection.
(Inherited from OnlineUIElement.)
Protected methodOnlineAddVisualChild
Defines the parent-child relationship between two visuals.
(Inherited from OnlineVisual.)
Public methodOnlineApplyAnimationClock(DependencyProperty, AnimationClock)
Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation.
(Inherited from OnlineUIElement.)
Public methodOnlineApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)
Applies an animation to a specified dependency property on this element, with the ability to specify what happens if the property already has a running animation.
(Inherited from OnlineUIElement.)
Public methodOnlineApplyTemplate
Builds the current template's visual tree if necessary, and returns a value that indicates whether the visual tree was rebuilt by this call.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineArrange
Positions child elements and determines a size for a OnlineUIElement. Parent elements call this method from their OnlineArrangeCore(Rect) implementation (or a WPF framework-level equivalent) to form a recursive layout update. This method constitutes the second pass of a layout update.
(Inherited from OnlineUIElement.)
Protected methodOnlineArrangeCore
Implements OnlineArrangeCore(Rect) (defined as virtual in OnlineUIElement) and seals the implementation.
(Inherited from OnlineFrameworkElement.)
Protected methodArrangeOverride
Overrides the default layouting behaviour of the graphpresenter
(Overrides OnlineControl ArrangeOverride(Size).)
Public methodOnlineBeginAnimation(DependencyProperty, AnimationTimeline)
Starts an animation for a specified animated property on this element.
(Inherited from OnlineUIElement.)
Public methodOnlineBeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)
Starts a specific animation for a specified animated property on this element, with the option of specifying what happens if the property already has a running animation.
(Inherited from OnlineUIElement.)
Public methodOnlineBeginInit
Starts the initialization process for this element.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineBeginStoryboard(Storyboard)
Begins the sequence of actions that are contained in the provided storyboard.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineBeginStoryboard(Storyboard, HandoffBehavior)
Begins the sequence of actions contained in the provided storyboard, with options specified for what should happen if the property is already animated.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineBeginStoryboard(Storyboard, HandoffBehavior, Boolean)
Begins the sequence of actions contained in the provided storyboard, with specified state for control of the animation after it is started.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineBringIntoView 
Attempts to bring this element into view, within any scrollable regions it is contained within.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineBringIntoView(Rect)
Attempts to bring the provided region size of this element into view, within any scrollable regions it is contained within.
(Inherited from OnlineFrameworkElement.)
Public methodBringToBottom
Changes the order of the objects so that the forwarded object is on the bottom
Public methodOnlineCaptureMouse
Attempts to force capture of the mouse to this element.
(Inherited from OnlineUIElement.)
Public methodOnlineCaptureStylus
Attempts to force capture of the stylus to this element.
(Inherited from OnlineUIElement.)
Public methodOnlineCaptureTouch
Attempts to force capture of a touch to this element.
(Inherited from OnlineUIElement.)
Public methodOnlineCheckAccess
Determines whether the calling thread has access to this OnlineDispatcherObject.
(Inherited from OnlineDispatcherObject.)
Public methodOnlineClearValue(DependencyProperty)
Clears the local value of a property. The property to be cleared is specified by a OnlineDependencyProperty identifier.
(Inherited from OnlineDependencyObject.)
Public methodOnlineClearValue(DependencyPropertyKey)
Clears the local value of a read-only property. The property to be cleared is specified by a OnlineDependencyPropertyKey.
(Inherited from OnlineDependencyObject.)
Public methodOnlineCoerceValue
Coerces the value of the specified dependency property. This is accomplished by invoking any OnlineCoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling OnlineDependencyObject.
(Inherited from OnlineDependencyObject.)
Public methodOnlineEndInit
Indicates that the initialization process for the element is complete.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineEquals
Determines whether a provided OnlineDependencyObject is equivalent to the current OnlineDependencyObject.
(Inherited from OnlineDependencyObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineFindCommonVisualAncestor
Returns the common ancestor of two visual objects.
(Inherited from OnlineVisual.)
Public methodOnlineFindName
Finds an element that has the provided identifier name.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineFindResource
Searches for a resource with the specified key, and throws an exception if the requested resource is not found.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineFocus
Attempts to set focus to this element.
(Inherited from OnlineUIElement.)
Public methodOnlineGetAnimationBaseValue
Returns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation.
(Inherited from OnlineUIElement.)
Public methodOnlineGetBindingExpression
Returns the OnlineBindingExpression that represents the binding on the specified property.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineGetHashCode
Gets a hash code for this OnlineDependencyObject.
(Inherited from OnlineDependencyObject.)
Protected methodOnlineGetLayoutClip
Returns a geometry for a clipping mask. The mask applies if the layout system attempts to arrange an element that is larger than the available display space.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineGetLocalValueEnumerator
Creates a specialized enumerator for determining which dependency properties have locally set values on this OnlineDependencyObject.
(Inherited from OnlineDependencyObject.)
Protected methodOnlineGetTemplateChild
Do not use. Use OnlineFindName(String, FrameworkElement) instead.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineGetUIParentCore
Returns an alternative logical parent for this element if there is no visual parent.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineGetValue
Returns the current effective value of a dependency property on this instance of a OnlineDependencyObject.
(Inherited from OnlineDependencyObject.)
Protected methodGetVisualChild
Returns one visual selected from its index
(Overrides OnlineFrameworkElement GetVisualChild(Int32).)
Protected methodOnlineHitTestCore(PointHitTestParameters)
Implements OnlineHitTestCore(PointHitTestParameters) to supply base element hit testing behavior (returning OnlineHitTestResult).
(Inherited from OnlineUIElement.)
Protected methodOnlineHitTestCore(GeometryHitTestParameters)
Implements OnlineHitTestCore(GeometryHitTestParameters) to supply base element hit testing behavior (returning OnlineGeometryHitTestResult).
(Inherited from OnlineUIElement.)
Public methodInitializeComponent
InitializeComponent
Public methodOnlineInputHitTest
Returns the input element within the current element that is at the specified coordinates, relative to the current element's origin.
(Inherited from OnlineUIElement.)
Public methodOnlineInvalidateArrange
Invalidates the arrange state (layout) for the element. After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by OnlineUpdateLayout .
(Inherited from OnlineUIElement.)
Public methodOnlineInvalidateMeasure
Invalidates the measurement state (layout) for the element.
(Inherited from OnlineUIElement.)
Public methodOnlineInvalidateProperty
Re-evaluates the effective value for the specified dependency property
(Inherited from OnlineDependencyObject.)
Public methodOnlineInvalidateVisual
Invalidates the rendering of the element, and forces a complete new layout pass. OnlineOnRender(DrawingContext) is called after the layout cycle is completed.
(Inherited from OnlineUIElement.)
Public methodOnlineIsAncestorOf
Determines whether the visual object is an ancestor of the descendant visual object.
(Inherited from OnlineVisual.)
Public methodOnlineIsDescendantOf
Determines whether the visual object is a descendant of the ancestor visual object.
(Inherited from OnlineVisual.)
Public methodLayoutGraph
Calls the VizGraph library to layout the graph
Public methodOnlineMeasure
Updates the OnlineDesiredSize of a OnlineUIElement. Parent elements call this method from their own OnlineMeasureCore(Size) implementations to form a recursive layout update. Calling this method constitutes the first pass (the "Measure" pass) of a layout update.
(Inherited from OnlineUIElement.)
Protected methodOnlineMeasureCore
Implements basic measure-pass layout system behavior for OnlineFrameworkElement.
(Inherited from OnlineFrameworkElement.)
Protected methodMeasureOverride
Overrides the default measuring behaviour of the graphpresenter
(Overrides OnlineControl MeasureOverride(Size).)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineMoveFocus
Moves the keyboard focus away from this element and to another element in a provided traversal direction.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineOnAccessKey
Provides class handling for when an access key that is meaningful for this element is invoked.
(Inherited from OnlineUIElement.)
Public methodOnlineOnApplyTemplate
When overridden in a derived class, is invoked whenever application code or internal processes call OnlineApplyTemplate .
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineOnChildDesiredSizeChanged
Supports layout behavior when a child element is resized.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnContentChanged
Called when the OnlineContent property changes.
(Inherited from OnlineContentControl.)
Protected methodOnlineOnContentStringFormatChanged
Occurs when the OnlineContentStringFormat property changes.
(Inherited from OnlineContentControl.)
Protected methodOnlineOnContentTemplateChanged
Called when the OnlineContentTemplate property changes.
(Inherited from OnlineContentControl.)
Protected methodOnlineOnContentTemplateSelectorChanged
Called when the OnlineContentTemplateSelector property changes.
(Inherited from OnlineContentControl.)
Protected methodOnlineOnContextMenuClosing
Invoked whenever an unhandled OnlineContextMenuClosing routed event reaches this class in its route. Implement this method to add class handling for this event.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineOnContextMenuOpening
Invoked whenever an unhandled OnlineContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineOnCreateAutomationPeer
Creates and returns an OnlineAutomationPeer for this OnlineUserControl.
(Inherited from OnlineUserControl.)
Protected methodOnlineOnDragEnter
Invoked when an unhandled OnlineDragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnDragLeave
Invoked when an unhandled OnlineDragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnDragOver
Invoked when an unhandled OnlineDragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnDrop
Invoked when an unhandled OnlineDragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnGiveFeedback
Invoked when an unhandled OnlineGiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnGotFocus
Invoked whenever an unhandled OnlineGotFocus event reaches this element in its route.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineOnGotKeyboardFocus
Invoked when an unhandled OnlineGotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnGotMouseCapture
Invoked when an unhandled OnlineGotMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnGotStylusCapture
Invoked when an unhandled OnlineGotStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnGotTouchCapture
Provides class handling for the OnlineGotTouchCapture routed event that occurs when a touch is captured to this element.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnInitialized
Raises the OnlineInitialized event. This method is invoked whenever OnlineIsInitialized is set to true internally.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineOnIsKeyboardFocusedChanged
Invoked when an unhandled OnlineIsKeyboardFocusedChanged event is raised on this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnIsKeyboardFocusWithinChanged
Invoked just before the OnlineIsKeyboardFocusWithinChanged event is raised by this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnIsMouseCapturedChanged
Invoked when an unhandled OnlineIsMouseCapturedChanged event is raised on this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnIsMouseCaptureWithinChanged
Invoked when an unhandled OnlineIsMouseCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnIsMouseDirectlyOverChanged
Invoked when an unhandled OnlineIsMouseDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnIsStylusCapturedChanged
Invoked when an unhandled OnlineIsStylusCapturedChanged event is raised on this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnIsStylusCaptureWithinChanged
Invoked when an unhandled OnlineIsStylusCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnIsStylusDirectlyOverChanged
Invoked when an unhandled OnlineIsStylusDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnKeyDown
Invoked when an unhandled OnlineKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnKeyUp
Invoked when an unhandled OnlineKeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnLostFocus
Raises the OnlineLostFocus routed event by using the event data that is provided.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnLostKeyboardFocus
Invoked when an unhandled OnlineLostKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnLostMouseCapture
Invoked when an unhandled OnlineLostMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnLostStylusCapture
Invoked when an unhandled OnlineLostStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnLostTouchCapture
Provides class handling for the OnlineLostTouchCapture routed event that occurs when this element loses a touch capture .
(Inherited from OnlineUIElement.)
Protected methodOnlineOnManipulationBoundaryFeedback
Called when the OnlineManipulationBoundaryFeedback event occurs.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnManipulationCompleted
Called when the OnlineManipulationCompleted event occurs.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnManipulationDelta
Called when the OnlineManipulationDelta event occurs.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnManipulationInertiaStarting
Called when the OnlineManipulationInertiaStarting event occurs.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnManipulationStarted
Called when the OnlineManipulationStarted event occurs.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnManipulationStarting
Provides class handling for the OnlineManipulationStarting routed event that occurs when the manipulation processor is first created.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnMouseDoubleClick
Raises the OnlineMouseDoubleClick routed event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMouseDown
Invoked when an unhandled OnlineMouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnMouseEnter
Invoked when an unhandled OnlineMouseEnter attached event is raised on this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnMouseLeave
Invoked when an unhandled OnlineMouseLeave attached event is raised on this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnMouseLeftButtonDown
Invoked when an unhandled OnlineMouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnMouseLeftButtonUp
Invoked when an unhandled OnlineMouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnMouseMove
Invoked when an unhandled OnlineMouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnMouseRightButtonDown
Invoked when an unhandled OnlineMouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnMouseRightButtonUp
Invoked when an unhandled OnlineMouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnMouseUp
Invoked when an unhandled OnlineMouseUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnMouseWheel
Invoked when an unhandled OnlineMouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Public methodOnNodesChanged
To be called if the nodes changes
Protected methodOnlineOnPreviewDragEnter
Invoked when an unhandled OnlinePreviewDragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewDragLeave
Invoked when an unhandled OnlinePreviewDragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewDragOver
Invoked when an unhandled OnlinePreviewDragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewDrop
Invoked when an unhandled OnlinePreviewDrop attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewGiveFeedback
Invoked when an unhandled OnlinePreviewGiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewGotKeyboardFocus
Invoked when an unhandled OnlinePreviewGotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewKeyDown
Invoked when an unhandled OnlinePreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewKeyUp
Invoked when an unhandled OnlinePreviewKeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewLostKeyboardFocus
Invoked when an unhandled OnlinePreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewMouseDoubleClick
Raises the OnlinePreviewMouseDoubleClick routed event.
(Inherited from OnlineControl.)
Protected methodOnlineOnPreviewMouseDown
Invoked when an unhandled OnlinePreviewMouseDown attached routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewMouseLeftButtonDown
Invoked when an unhandled OnlinePreviewMouseLeftButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewMouseLeftButtonUp
Invoked when an unhandled OnlinePreviewMouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewMouseMove
Invoked when an unhandled OnlinePreviewMouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewMouseRightButtonDown
Invoked when an unhandled OnlinePreviewMouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewMouseRightButtonUp
Invoked when an unhandled OnlinePreviewMouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewMouseUp
Invoked when an unhandled OnlinePreviewMouseUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewMouseWheel
Invoked when an unhandled OnlinePreviewMouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewQueryContinueDrag
Invoked when an unhandled OnlinePreviewQueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewStylusButtonDown
Invoked when an unhandled OnlinePreviewStylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewStylusButtonUp
Invoked when an unhandled OnlinePreviewStylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewStylusDown
Invoked when an unhandled OnlinePreviewStylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewStylusInAirMove
Invoked when an unhandled OnlinePreviewStylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewStylusInRange
Invoked when an unhandled OnlinePreviewStylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewStylusMove
Invoked when an unhandled OnlinePreviewStylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewStylusOutOfRange
Invoked when an unhandled OnlinePreviewStylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewStylusSystemGesture
Invoked when an unhandled OnlinePreviewStylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewStylusUp
Invoked when an unhandled OnlinePreviewStylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewTextInput
Invoked when an unhandled OnlinePreviewTextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewTouchDown
Provides class handling for the OnlinePreviewTouchDown routed event that occurs when a touch presses this element.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewTouchMove
Provides class handling for the OnlinePreviewTouchMove routed event that occurs when a touch moves while inside this element.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPreviewTouchUp
Provides class handling for the OnlinePreviewTouchUp routed event that occurs when a touch is released inside this element.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnPropertyChanged
Invoked whenever the effective value of any dependency property on this OnlineFrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides OnlineOnPropertyChanged(DependencyPropertyChangedEventArgs).
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineOnQueryContinueDrag
Invoked when an unhandled OnlineQueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnQueryCursor
Invoked when an unhandled OnlineQueryCursor attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnRender
When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnRenderSizeChanged
Raises the OnlineSizeChanged event, using the specified information as part of the eventual event data.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineOnStyleChanged
Invoked when the style in use on this element changes, which will invalidate the layout.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineOnStylusButtonDown
Invoked when an unhandled OnlineStylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnStylusButtonUp
Invoked when an unhandled OnlineStylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnStylusDown
Invoked when an unhandled OnlineStylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnStylusEnter
Invoked when an unhandled OnlineStylusEnter attached event is raised by this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnStylusInAirMove
Invoked when an unhandled OnlineStylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnStylusInRange
Invoked when an unhandled OnlineStylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnStylusLeave
Invoked when an unhandled OnlineStylusLeave attached event is raised by this element. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnStylusMove
Invoked when an unhandled OnlineStylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnStylusOutOfRange
Invoked when an unhandled OnlineStylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnStylusSystemGesture
Invoked when an unhandled OnlineStylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnStylusUp
Invoked when an unhandled OnlineStylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnTemplateChanged
Called whenever the control's template changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnTextInput
Invoked when an unhandled OnlineTextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnToolTipClosing
Invoked whenever an unhandled OnlineToolTipClosing routed event reaches this class in its route. Implement this method to add class handling for this event.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineOnToolTipOpening
Invoked whenever the OnlineToolTipOpening routed event reaches this class in its route. Implement this method to add class handling for this event.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineOnTouchDown
Provides class handling for the OnlineTouchDown routed event that occurs when a touch presses inside this element.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnTouchEnter
Provides class handling for the OnlineTouchEnter routed event that occurs when a touch moves from outside to inside the bounds of this element.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnTouchLeave
Provides class handling for the OnlineTouchLeave routed event that occurs when a touch moves from inside to outside the bounds of this OnlineUIElement.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnTouchMove
Provides class handling for the OnlineTouchMove routed event that occurs when a touch moves while inside this element.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnTouchUp
Provides class handling for the OnlineTouchUp routed event that occurs when a touch is released inside this element.
(Inherited from OnlineUIElement.)
Protected methodOnlineOnVisualChildrenChanged
Called when the OnlineVisualCollection of the visual object is modified.
(Inherited from OnlineVisual.)
Protected methodOnlineOnVisualParentChanged
Invoked when the parent of this element in the visual tree is changed. Overrides OnlineOnVisualParentChanged(DependencyObject).
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineParentLayoutInvalidated
Supports incremental layout implementations in specialized subclasses of OnlineFrameworkElement. OnlineParentLayoutInvalidated(UIElement) is invoked when a child element has invalidated a property that is marked in metadata as affecting the parent's measure or arrange passes during layout.
(Inherited from OnlineFrameworkElement.)
Public methodOnlinePointFromScreen
Converts a OnlinePoint in screen coordinates into a OnlinePoint that represents the current coordinate system of the OnlineVisual.
(Inherited from OnlineVisual.)
Public methodOnlinePointToScreen
Converts a OnlinePoint that represents the current coordinate system of the OnlineVisual into a OnlinePoint in screen coordinates.
(Inherited from OnlineVisual.)
Public methodOnlinePredictFocus
Determines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineRaiseEvent
Raises a specific routed event. The OnlineRoutedEvent to be raised is identified within the OnlineRoutedEventArgs instance that is provided (as the OnlineRoutedEvent property of that event data).
(Inherited from OnlineUIElement.)
Public methodOnlineReadLocalValue
Returns the local value of a dependency property, if it exists.
(Inherited from OnlineDependencyObject.)
Public methodOnlineRegisterName
Provides an accessor that simplifies access to the OnlineNameScope registration method.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineReleaseAllTouchCaptures
Releases all captured touch devices from this element.
(Inherited from OnlineUIElement.)
Public methodOnlineReleaseMouseCapture
Releases the mouse capture, if this element held the capture.
(Inherited from OnlineUIElement.)
Public methodOnlineReleaseStylusCapture
Releases the stylus device capture, if this element held the capture.
(Inherited from OnlineUIElement.)
Public methodOnlineReleaseTouchCapture
Attempts to release the specified touch device from this element.
(Inherited from OnlineUIElement.)
Public methodOnlineRemoveHandler
Removes the specified routed event handler from this element.
(Inherited from OnlineUIElement.)
Protected methodOnlineRemoveLogicalChild
Removes the provided object from this element's logical tree. OnlineFrameworkElement updates the affected logical tree parent pointers to keep in sync with this deletion.
(Inherited from OnlineFrameworkElement.)
Protected methodOnlineRemoveVisualChild
Removes the parent-child relationship between two visuals.
(Inherited from OnlineVisual.)
Public methodOnlineSetBinding(DependencyProperty, BindingBase)
Attaches a binding to this element, based on the provided binding object.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineSetBinding(DependencyProperty, String)
Attaches a binding to this element, based on the provided source property name as a path qualification to the data source.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineSetCurrentValue
Sets the value of a dependency property without changing its value source.
(Inherited from OnlineDependencyObject.)
Public methodOnlineSetResourceReference
Searches for a resource with the specified name and sets up a resource reference to it for the specified property.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineSetValue(DependencyProperty, Object)
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from OnlineDependencyObject.)
Public methodOnlineSetValue(DependencyPropertyKey, Object)
Sets the local value of a read-only dependency property, specified by the OnlineDependencyPropertyKey identifier of the dependency property.
(Inherited from OnlineDependencyObject.)
Public methodOnlineShouldSerializeCommandBindings
Returns whether serialization processes should serialize the contents of the OnlineCommandBindings property on instances of this class.
(Inherited from OnlineUIElement.)
Public methodOnlineShouldSerializeContent
Indicates whether the OnlineContent property should be persisted.
(Inherited from OnlineContentControl.)
Public methodOnlineShouldSerializeInputBindings
Returns whether serialization processes should serialize the contents of the OnlineInputBindings property on instances of this class.
(Inherited from OnlineUIElement.)
Protected methodOnlineShouldSerializeProperty
Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property.
(Inherited from OnlineDependencyObject.)
Public methodOnlineShouldSerializeResources
Returns whether serialization processes should serialize the contents of the OnlineResources property.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineShouldSerializeStyle
Returns whether serialization processes should serialize the contents of the OnlineStyle property.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineShouldSerializeTriggers
Returns whether serialization processes should serialize the contents of the OnlineTriggers property.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineToString
Returns the string representation of a OnlineControl object.
(Inherited from OnlineControl.)
Public methodOnlineTransformToAncestor(Visual)
Returns a transform that can be used to transform coordinates from the OnlineVisual to the specified OnlineVisual ancestor of the visual object.
(Inherited from OnlineVisual.)
Public methodOnlineTransformToAncestor(Visual3D)
Returns a transform that can be used to transform coordinates from the OnlineVisual to the specified OnlineVisual3D ancestor of the visual object.
(Inherited from OnlineVisual.)
Public methodOnlineTransformToDescendant
Returns a transform that can be used to transform coordinates from the OnlineVisual to the specified visual object descendant.
(Inherited from OnlineVisual.)
Public methodOnlineTransformToVisual
Returns a transform that can be used to transform coordinates from the OnlineVisual to the specified visual object.
(Inherited from OnlineVisual.)
Public methodOnlineTranslatePoint
Translates a point relative to this element to coordinates that are relative to the specified element.
(Inherited from OnlineUIElement.)
Public methodOnlineTryFindResource
Searches for a resource with the specified key, and returns that resource if found.
(Inherited from OnlineFrameworkElement.)
Public methodOnlineUnregisterName
Simplifies access to the OnlineNameScope de-registration method.
(Inherited from OnlineFrameworkElement.)
Public methodUpdateDefaultStyle (Inherited from OnlineFrameworkElement.)
Public methodOnlineUpdateLayout
Ensures that all visual child elements of this element are properly updated for layout.
(Inherited from OnlineUIElement.)
Public methodUpdateVisuals
Recalculates the visuals and updates the rendering
Public methodOnlineVerifyAccess
Enforces that the calling thread has access to this OnlineDispatcherObject.
(Inherited from OnlineDispatcherObject.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberNodesProperty
Dependecy property for the Nodes collection
Back to Top
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 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 propertyStatic memberBorder
Returns the border size for this control
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 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.)
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 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.)
Protected propertyOnlineLogicalChildren
Gets an enumerator to the content control's logical child elements.
(Inherited from OnlineContentControl.)
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 propertyminCoords
Returns the minimum coordinates of the nodes
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
A list of all Nodes 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 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 propertyOnlineResources
Gets or sets the locally-defined resource dictionary.
(Inherited from OnlineFrameworkElement.)
Public propertyShowLabels
Indicates if labels are shown or not
Public propertyShowTitles
Indicates if group titles are shown or not
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 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 propertyOnlineToolTip
Gets or sets the tool-tip object that is displayed for this element in the user interface (UI).
(Inherited from OnlineFrameworkElement.)
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 propertyTranslation
Translation of the graphpresenter
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 propertyVisualChildrenCount
returns the amount of visuals
(Overrides OnlineFrameworkElement VisualChildrenCount.)
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 propertyZoom
Zoom of the graphpresenter
Back to Top
Events

  NameDescription
Public eventOnlineContextMenuClosing
Occurs just before any context menu on the element is closed.
(Inherited from OnlineFrameworkElement.)
Public eventOnlineContextMenuOpening
Occurs when any context menu on the element is opened.
(Inherited from OnlineFrameworkElement.)
Public eventOnlineDataContextChanged
Occurs when the data context for this element changes.
(Inherited from OnlineFrameworkElement.)
Public eventOnlineDragEnter
Occurs when the input system reports an underlying drag event with this element as the drag target.
(Inherited from OnlineUIElement.)
Public eventOnlineDragLeave
Occurs when the input system reports an underlying drag event with this element as the drag origin.
(Inherited from OnlineUIElement.)
Public eventOnlineDragOver
Occurs when the input system reports an underlying drag event with this element as the potential drop target.
(Inherited from OnlineUIElement.)
Public eventOnlineDrop
Occurs when the input system reports an underlying drop event with this element as the drop target.
(Inherited from OnlineUIElement.)
Public eventOnlineFocusableChanged
Occurs when the value of the OnlineFocusable property changes.
(Inherited from OnlineUIElement.)
Public eventOnlineGiveFeedback
Occurs when the input system reports an underlying drag-and-drop event that involves this element.
(Inherited from OnlineUIElement.)
Public eventOnlineGotFocus
Occurs when this element gets logical focus.
(Inherited from OnlineUIElement.)
Public eventOnlineGotKeyboardFocus
Occurs when the keyboard is focused on this element.
(Inherited from OnlineUIElement.)
Public eventOnlineGotMouseCapture
Occurs when this element captures the mouse.
(Inherited from OnlineUIElement.)
Public eventOnlineGotStylusCapture
Occurs when this element captures the stylus.
(Inherited from OnlineUIElement.)
Public eventOnlineGotTouchCapture
Occurs when a touch is captured to this element.
(Inherited from OnlineUIElement.)
Public eventOnlineInitialized
Occurs when this OnlineFrameworkElement is initialized. This event coincides with cases where the value of the OnlineIsInitialized property changes from false (or undefined) to true.
(Inherited from OnlineFrameworkElement.)
Public eventOnlineIsEnabledChanged
Occurs when the value of the OnlineIsEnabled property on this element changes.
(Inherited from OnlineUIElement.)
Public eventOnlineIsHitTestVisibleChanged
Occurs when the value of the OnlineIsHitTestVisible dependency property changes on this element.
(Inherited from OnlineUIElement.)
Public eventOnlineIsKeyboardFocusedChanged
Occurs when the value of the OnlineIsKeyboardFocused property changes on this element.
(Inherited from OnlineUIElement.)
Public eventOnlineIsKeyboardFocusWithinChanged
Occurs when the value of the OnlineIsKeyboardFocusWithinChanged property changes on this element.
(Inherited from OnlineUIElement.)
Public eventOnlineIsMouseCapturedChanged
Occurs when the value of the OnlineIsMouseCaptured property changes on this element.
(Inherited from OnlineUIElement.)
Public eventOnlineIsMouseCaptureWithinChanged
Occurs when the value of the OnlineIsMouseCaptureWithinProperty changes on this element.
(Inherited from OnlineUIElement.)
Public eventOnlineIsMouseDirectlyOverChanged
Occurs when the value of the OnlineIsMouseDirectlyOver property changes on this element.
(Inherited from OnlineUIElement.)
Public eventOnlineIsStylusCapturedChanged
Occurs when the value of the OnlineIsStylusCaptured property changes on this element.
(Inherited from OnlineUIElement.)
Public eventOnlineIsStylusCaptureWithinChanged
Occurs when the value of the OnlineIsStylusCaptureWithin property changes on this element.
(Inherited from OnlineUIElement.)
Public eventOnlineIsStylusDirectlyOverChanged
Occurs when the value of the OnlineIsStylusDirectlyOver property changes on this element.
(Inherited from OnlineUIElement.)
Public eventOnlineIsVisibleChanged
Occurs when the value of the OnlineIsVisible property changes on this element.
(Inherited from OnlineUIElement.)
Public eventOnlineKeyDown
Occurs when a key is pressed while focus is on this element.
(Inherited from OnlineUIElement.)
Public eventOnlineKeyUp
Occurs when a key is released while focus is on this element.
(Inherited from OnlineUIElement.)
Public eventOnlineLayoutUpdated
Occurs when the layout of the various visual elements associated with the current OnlineDispatcher changes.
(Inherited from OnlineUIElement.)
Public eventOnlineLoaded
Occurs when the element is laid out, rendered, and ready for interaction.
(Inherited from OnlineFrameworkElement.)
Public eventOnlineLostFocus
Occurs when this element loses logical focus.
(Inherited from OnlineUIElement.)
Public eventOnlineLostKeyboardFocus
Occurs when the keyboard is no longer focused on this element,.
(Inherited from OnlineUIElement.)
Public eventOnlineLostMouseCapture
Occurs when this element loses mouse capture.
(Inherited from OnlineUIElement.)
Public eventOnlineLostStylusCapture
Occurs when this element loses stylus capture.
(Inherited from OnlineUIElement.)
Public eventOnlineLostTouchCapture
Occurs when this element loses a touch capture.
(Inherited from OnlineUIElement.)
Public eventOnlineManipulationBoundaryFeedback
Occurs when the manipulation encounters a boundary.
(Inherited from OnlineUIElement.)
Public eventOnlineManipulationCompleted
Occurs when a manipulation and inertia on the OnlineUIElement object is complete.
(Inherited from OnlineUIElement.)
Public eventOnlineManipulationDelta
Occurs when the input device changes position during a manipulation.
(Inherited from OnlineUIElement.)
Public eventOnlineManipulationInertiaStarting
Occurs when the input device loses contact with the OnlineUIElement object during a manipulation and inertia begins.
(Inherited from OnlineUIElement.)
Public eventOnlineManipulationStarted
Occurs when an input device begins a manipulation on the OnlineUIElement object.
(Inherited from OnlineUIElement.)
Public eventOnlineManipulationStarting
Occurs when the manipulation processor is first created.
(Inherited from OnlineUIElement.)
Public eventOnlineMouseDoubleClick
Occurs when a mouse button is clicked two or more times.
(Inherited from OnlineControl.)
Public eventOnlineMouseDown
Occurs when any mouse button is pressed while the pointer is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlineMouseEnter
Occurs when the mouse pointer enters the bounds of this element.
(Inherited from OnlineUIElement.)
Public eventOnlineMouseLeave
Occurs when the mouse pointer leaves the bounds of this element.
(Inherited from OnlineUIElement.)
Public eventOnlineMouseLeftButtonDown
Occurs when the left mouse button is pressed while the mouse pointer is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlineMouseLeftButtonUp
Occurs when the left mouse button is released while the mouse pointer is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlineMouseMove
Occurs when the mouse pointer moves while over this element.
(Inherited from OnlineUIElement.)
Public eventOnlineMouseRightButtonDown
Occurs when the right mouse button is pressed while the mouse pointer is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlineMouseRightButtonUp
Occurs when the right mouse button is released while the mouse pointer is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlineMouseUp
Occurs when any mouse button is released over this element.
(Inherited from OnlineUIElement.)
Public eventOnlineMouseWheel
Occurs when the user rotates the mouse wheel while the mouse pointer is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewDragEnter
Occurs when the input system reports an underlying drag event with this element as the drag target.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewDragLeave
Occurs when the input system reports an underlying drag event with this element as the drag origin.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewDragOver
Occurs when the input system reports an underlying drag event with this element as the potential drop target.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewDrop
Occurs when the input system reports an underlying drop event with this element as the drop target.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewGiveFeedback
Occurs when a drag-and-drop operation is started.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewGotKeyboardFocus
Occurs when the keyboard is focused on this element.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewKeyDown
Occurs when a key is pressed while focus is on this element.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewKeyUp
Occurs when a key is released while focus is on this element.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewLostKeyboardFocus
Occurs when the keyboard is no longer focused on this element.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewMouseDoubleClick
Occurs when a user clicks the mouse button two or more times.
(Inherited from OnlineControl.)
Public eventOnlinePreviewMouseDown
Occurs when any mouse button is pressed while the pointer is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewMouseLeftButtonDown
Occurs when the left mouse button is pressed while the mouse pointer is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewMouseLeftButtonUp
Occurs when the left mouse button is released while the mouse pointer is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewMouseMove
Occurs when the mouse pointer moves while the mouse pointer is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewMouseRightButtonDown
Occurs when the right mouse button is pressed while the mouse pointer is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewMouseRightButtonUp
Occurs when the right mouse button is released while the mouse pointer is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewMouseUp
Occurs when any mouse button is released while the mouse pointer is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewMouseWheel
Occurs when the user rotates the mouse wheel while the mouse pointer is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewQueryContinueDrag
Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewStylusButtonDown
Occurs when the stylus button is pressed while the pointer is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewStylusButtonUp
Occurs when the stylus button is released while the pointer is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewStylusDown
Occurs when the stylus touches the digitizer while it is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewStylusInAirMove
Occurs when the stylus moves over an element without actually touching the digitizer.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewStylusInRange
Occurs when the stylus is close enough to the digitizer to be detected, while over this element.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewStylusMove
Occurs when the stylus moves while over the element. The stylus must move while being detected by the digitizer to raise this event, otherwise, OnlinePreviewStylusInAirMove is raised instead.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewStylusOutOfRange
Occurs when the stylus is too far from the digitizer to be detected.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewStylusSystemGesture
Occurs when a user performs one of several stylus gestures.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewStylusUp
Occurs when the user raises the stylus off the digitizer while the stylus is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewTextInput
Occurs when this element gets text in a device-independent manner.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewTouchDown
Occurs when a finger touches the screen while the finger is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewTouchMove
Occurs when a finger moves on the screen while the finger is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlinePreviewTouchUp
Occurs when a finger is raised off of the screen while the finger is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlineQueryContinueDrag
Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation.
(Inherited from OnlineUIElement.)
Public eventOnlineQueryCursor
Occurs when the cursor is requested to display. This event is raised on an element each time that the mouse pointer moves to a new location, which means the cursor object might need to be changed based on its new position.
(Inherited from OnlineUIElement.)
Public eventOnlineRequestBringIntoView
Occurs when OnlineBringIntoView(Rect) is called on this element.
(Inherited from OnlineFrameworkElement.)
Public eventOnlineSizeChanged
Occurs when either the OnlineActualHeight or the OnlineActualWidth properties change value on this element.
(Inherited from OnlineFrameworkElement.)
Public eventOnlineSourceUpdated
Occurs when the source value changes for any existing property binding on this element.
(Inherited from OnlineFrameworkElement.)
Public eventOnlineStylusButtonDown
Occurs when the stylus button is pressed while the pointer is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlineStylusButtonUp
Occurs when the stylus button is released while the pointer is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlineStylusDown
Occurs when the stylus touches the digitizer while the stylus is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlineStylusEnter
Occurs when the stylus enters the bounds of this element.
(Inherited from OnlineUIElement.)
Public eventOnlineStylusInAirMove
Occurs when the stylus moves over an element without actually touching the digitizer.
(Inherited from OnlineUIElement.)
Public eventOnlineStylusInRange
Occurs when the stylus is close enough to the digitizer to be detected, while over this element.
(Inherited from OnlineUIElement.)
Public eventOnlineStylusLeave
Occurs when the stylus leaves the bounds of the element.
(Inherited from OnlineUIElement.)
Public eventOnlineStylusMove
Occurs when the stylus moves over this element. The stylus must move while on the digitizer to raise this event. Otherwise, OnlineStylusInAirMove is raised instead.
(Inherited from OnlineUIElement.)
Public eventOnlineStylusOutOfRange
Occurs when the stylus is too far from the digitizer to be detected, while over this element.
(Inherited from OnlineUIElement.)
Public eventOnlineStylusSystemGesture
Occurs when a user performs one of several stylus gestures.
(Inherited from OnlineUIElement.)
Public eventOnlineStylusUp
Occurs when the user raises the stylus off the digitizer while it is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlineTargetUpdated
Occurs when the target value changes for any property binding on this element.
(Inherited from OnlineFrameworkElement.)
Public eventOnlineTextInput
Occurs when this element gets text in a device-independent manner.
(Inherited from OnlineUIElement.)
Public eventOnlineToolTipClosing
Occurs just before any tooltip on the element is closed.
(Inherited from OnlineFrameworkElement.)
Public eventOnlineToolTipOpening
Occurs when any tooltip on the element is opened.
(Inherited from OnlineFrameworkElement.)
Public eventOnlineTouchDown
Occurs when a finger touches the screen while the finger is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlineTouchEnter
Occurs when a touch moves from outside to inside the bounds of this element.
(Inherited from OnlineUIElement.)
Public eventOnlineTouchLeave
Occurs when a touch moves from inside to outside the bounds of this element.
(Inherited from OnlineUIElement.)
Public eventOnlineTouchMove
Occurs when a finger moves on the screen while the finger is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlineTouchUp
Occurs when a finger is raised off of the screen while the finger is over this element.
(Inherited from OnlineUIElement.)
Public eventOnlineUnloaded
Occurs when the element is removed from within an element tree of loaded elements.
(Inherited from OnlineFrameworkElement.)
Back to Top
See Also