The NetworkDiagramView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NetworkDiagramView |
Initializes a new NetworkDiagramView instance.
|
Methods
Name | Description | |
---|---|---|
AddChild | (Inherited from ItemsControl.) | |
AddHandler | Overloaded. | |
AddLogicalChild | (Inherited from FrameworkElement.) | |
AddText | (Inherited from ItemsControl.) | |
AddToEventRoute | (Inherited from UIElement.) | |
AddVisualChild | (Inherited from Visual.) | |
ApplyAnimationClock | Overloaded. | |
ApplyTemplate | (Inherited from FrameworkElement.) | |
Arrange | (Inherited from UIElement.) | |
ArrangeCore | (Inherited from FrameworkElement.) | |
ArrangeOverride | (Inherited from Control.) | |
AttachItem |
Attaches the specified item to this control instance.
| |
BeginAnimation | Overloaded. | |
BeginInit | (Inherited from ItemsControl.) | |
BeginStoryboard | Overloaded. | |
BeginUpdateItems |
Signals the beginning of a set of updates within the items collection, in order to temporarily remove automatic user interface refreshes during this time, for optimization purposes.
When the updates are complete, call EndUpdateItems()()() method to refresh the user inteface and to revert to its standard behavior.
| |
BringIntoView | Overloaded. | |
CaptureMouse | (Inherited from UIElement.) | |
CaptureStylus | (Inherited from UIElement.) | |
CaptureTouch | (Inherited from UIElement.) | |
CheckAccess | (Inherited from DispatcherObject.) | |
ClearContainerForItemOverride | (Inherited from ItemsControl.) | |
ClearValue | Overloaded. | |
CoerceValue | (Inherited from DependencyObject.) | |
ContainerFromElement | (Inherited from ItemsControl.) | |
ContinueAsyncPresentation |
Continues asynchronous presentation data load, if it was in progress and paused.
| |
DisposeNetworkDiagramItems |
Disposes the NetworkDiagramItem object collection originally obtained using GetNetworkDiagramItems method.
| |
EndInit | (Inherited from ItemsControl.) | |
EndUpdateItems |
Signals the end of a set of updates within the items collection initiated by a BeginUpdateItems()()() call, in order to refresh the user interface.
| |
Equals | (Inherited from DependencyObject.) | |
Export |
Prepares the control for export operations and executes the specified export action when the context is ready.
| |
Finalize | (Inherited from Object.) | |
FindCommonVisualAncestor | (Inherited from Visual.) | |
FindName | (Inherited from FrameworkElement.) | |
FindResource | (Inherited from FrameworkElement.) | |
Focus | (Inherited from UIElement.) | |
GetAnimationBaseValue | (Inherited from UIElement.) | |
GetBindingExpression | (Inherited from FrameworkElement.) | |
GetContainerForItemOverride | (Inherited from ItemsControl.) | |
GetCriticalDependencies |
Iterates the critical predecessor items of the project consisting of all task dependencies within the control.
| |
GetCriticalItems |
Iterates the critical items of the project consisting of all task dependencies within the control.
| |
GetDependencyLineStroke |
Gets the brush used to draw the current task dependency line in the diagram.
| |
GetExportBitmapSource | Overloaded. | |
GetExportBitmapSources |
Gets a set of bitmaps including the content of the control, split by a specified page size.
| |
GetExportDrawingVisual | Overloaded. | |
GetExportHorizontalLength |
Gets the necessary horizontal page count for exporting the content considering the specified page size.
| |
GetExportSize | Overloaded. | |
GetExportVerticalLength |
Gets the necessary vertical page count for exporting the content considering the specified page size.
| |
GetFinish |
Retreives the finish item of the diagram.
| |
GetHashCode | (Inherited from DependencyObject.) | |
GetLayoutClip | (Inherited from FrameworkElement.) | |
GetLocalValueEnumerator | (Inherited from DependencyObject.) | |
GetNetworkDiagramItems |
Gets a collection of NetworkDiagramItem objects that may be used as an item collection within an associated INetworkDiagramView control.
| |
GetPredecessors |
Iterates predecessor items of the specified item in the network diagram related collection as NetworkDiagramItem objects.
| |
GetShapeFill |
Gets the brush used to fill the task shapes in the diagram (when using the default task template).
| |
GetShapeStroke |
Gets the brush used to draw the border of the task shape of the current item in the diagram (when using the default task template).
| |
GetStart |
Retreives the start item of the diagram.
| |
GetSuccessorPredecessorItems |
Iterates successor items of the specified item in the network diagram related collection (i.e. those that have the specified item defined as a predecessor) as NetworkPredecessorItem objects.
| |
GetSuccessors |
Iterates successor items of the specified item in the network diagram related collection (i.e. those that have the specified item defined as a predecessor) as NetworkDiagramItem objects.
| |
GetTemplateChild | (Inherited from FrameworkElement.) | |
GetType | (Inherited from Object.) | |
GetUIParentCore | (Inherited from FrameworkElement.) | |
GetValue | (Inherited from DependencyObject.) | |
GetVisualChild | (Inherited from FrameworkElement.) | |
HitTestCore | Overloaded. | |
IndexOf |
Searches for the specified item and returns its zero-based index in the collection.
| |
InputHitTest | (Inherited from UIElement.) | |
InvalidateArrange | (Inherited from UIElement.) | |
InvalidateMeasure | (Inherited from UIElement.) | |
InvalidateProperty | (Inherited from DependencyObject.) | |
InvalidateVisual | (Inherited from UIElement.) | |
IsAncestorOf | (Inherited from Visual.) | |
IsCritical | Overloaded. | |
IsDescendantOf | (Inherited from Visual.) | |
IsItemItsOwnContainer | (Inherited from ItemsControl.) | |
IsItemItsOwnContainerOverride | (Inherited from ItemsControl.) | |
Measure | (Inherited from UIElement.) | |
MeasureCore | (Inherited from FrameworkElement.) | |
MeasureOverride | (Inherited from Control.) | |
MemberwiseClone | (Inherited from Object.) | |
MoveFocus | (Inherited from FrameworkElement.) | |
OnAccessKey | (Inherited from UIElement.) | |
OnAlternationCountChanged | (Inherited from ItemsControl.) | |
OnApplyTemplate |
Builds the visual tree for the NetworkDiagramView when a new template is applied and updates appropriate internal properties of the control.
(Overrides FrameworkElement..::.OnApplyTemplate()()().) | |
OnAsyncPresentationCompleted |
Raises the AsyncPresentationCompleted event.
| |
OnAsyncPresentationStarted |
Raises the AsyncPresentationStarted event.
| |
OnChildDesiredSizeChanged | (Inherited from UIElement.) | |
OnContextMenuClosing | (Inherited from FrameworkElement.) | |
OnContextMenuOpening | (Inherited from FrameworkElement.) | |
OnCreateAutomationPeer | (Inherited from UIElement.) | |
OnDisplayMemberPathChanged | (Inherited from ItemsControl.) | |
OnDpiChanged | (Inherited from Visual.) | |
OnDragEnter | (Inherited from UIElement.) | |
OnDragLeave | (Inherited from UIElement.) | |
OnDragOver | (Inherited from UIElement.) | |
OnDrop | (Inherited from UIElement.) | |
OnGiveFeedback | (Inherited from UIElement.) | |
OnGotFocus | (Inherited from FrameworkElement.) | |
OnGotKeyboardFocus | (Inherited from UIElement.) | |
OnGotMouseCapture | (Inherited from UIElement.) | |
OnGotStylusCapture | (Inherited from UIElement.) | |
OnGotTouchCapture | (Inherited from UIElement.) | |
OnGroupStyleSelectorChanged | (Inherited from ItemsControl.) | |
OnInitialized | (Inherited from FrameworkElement.) | |
OnIsKeyboardFocusedChanged | (Inherited from UIElement.) | |
OnIsKeyboardFocusWithinChanged | (Inherited from UIElement.) | |
OnIsMouseCapturedChanged | (Inherited from UIElement.) | |
OnIsMouseCaptureWithinChanged | (Inherited from UIElement.) | |
OnIsMouseDirectlyOverChanged | (Inherited from UIElement.) | |
OnIsStylusCapturedChanged | (Inherited from UIElement.) | |
OnIsStylusCaptureWithinChanged | (Inherited from UIElement.) | |
OnIsStylusDirectlyOverChanged | (Inherited from UIElement.) | |
OnItemActivated |
Raises the ItemActivated event.
| |
OnItemBindingGroupChanged | (Inherited from ItemsControl.) | |
OnItemCollectionChanged |
Raises the ItemCollectionChanged event.
| |
OnItemContainerStyleChanged | (Inherited from ItemsControl.) | |
OnItemContainerStyleSelectorChanged | (Inherited from ItemsControl.) | |
OnItemPropertyChanged |
Raises the ItemPropertyChanged event.
| |
OnItemsChanged |
Called when the value of the Items property changes.
(Overrides ItemsControl..::.OnItemsChanged(NotifyCollectionChangedEventArgs).) | |
OnItemsPanelChanged | (Inherited from ItemsControl.) | |
OnItemsSourceChanged | (Inherited from ItemsControl.) | |
OnItemStringFormatChanged | (Inherited from ItemsControl.) | |
OnItemTemplateChanged | (Inherited from ItemsControl.) | |
OnItemTemplateSelectorChanged | (Inherited from ItemsControl.) | |
OnKeyDown | (Inherited from ItemsControl.) | |
OnKeyUp | (Inherited from UIElement.) | |
OnLostFocus | (Inherited from UIElement.) | |
OnLostKeyboardFocus | (Inherited from UIElement.) | |
OnLostMouseCapture | (Inherited from UIElement.) | |
OnLostStylusCapture | (Inherited from UIElement.) | |
OnLostTouchCapture | (Inherited from UIElement.) | |
OnManipulationBoundaryFeedback | (Inherited from UIElement.) | |
OnManipulationCompleted | (Inherited from UIElement.) | |
OnManipulationDelta | (Inherited from UIElement.) | |
OnManipulationInertiaStarting | (Inherited from UIElement.) | |
OnManipulationStarted | (Inherited from UIElement.) | |
OnManipulationStarting | (Inherited from UIElement.) | |
OnMouseDoubleClick | (Inherited from Control.) | |
OnMouseDown | (Inherited from UIElement.) | |
OnMouseEnter | (Inherited from UIElement.) | |
OnMouseLeave | (Inherited from UIElement.) | |
OnMouseLeftButtonDown | (Inherited from UIElement.) | |
OnMouseLeftButtonUp | (Inherited from UIElement.) | |
OnMouseMove | (Inherited from UIElement.) | |
OnMouseRightButtonDown | (Inherited from UIElement.) | |
OnMouseRightButtonUp | (Inherited from UIElement.) | |
OnMouseUp | (Inherited from UIElement.) | |
OnMouseWheel | (Inherited from UIElement.) | |
OnPredecessorItemActivated |
Raises the PredecessorItemActivated event.
| |
OnPreviewDragEnter | (Inherited from UIElement.) | |
OnPreviewDragLeave | (Inherited from UIElement.) | |
OnPreviewDragOver | (Inherited from UIElement.) | |
OnPreviewDrop | (Inherited from UIElement.) | |
OnPreviewGiveFeedback | (Inherited from UIElement.) | |
OnPreviewGotKeyboardFocus | (Inherited from UIElement.) | |
OnPreviewKeyDown | (Inherited from UIElement.) | |
OnPreviewKeyUp | (Inherited from UIElement.) | |
OnPreviewLostKeyboardFocus | (Inherited from UIElement.) | |
OnPreviewMouseDoubleClick | (Inherited from Control.) | |
OnPreviewMouseDown | (Inherited from UIElement.) | |
OnPreviewMouseLeftButtonDown | (Inherited from UIElement.) | |
OnPreviewMouseLeftButtonUp | (Inherited from UIElement.) | |
OnPreviewMouseMove | (Inherited from UIElement.) | |
OnPreviewMouseRightButtonDown | (Inherited from UIElement.) | |
OnPreviewMouseRightButtonUp | (Inherited from UIElement.) | |
OnPreviewMouseUp | (Inherited from UIElement.) | |
OnPreviewMouseWheel | (Inherited from UIElement.) | |
OnPreviewQueryContinueDrag | (Inherited from UIElement.) | |
OnPreviewStylusButtonDown | (Inherited from UIElement.) | |
OnPreviewStylusButtonUp | (Inherited from UIElement.) | |
OnPreviewStylusDown | (Inherited from UIElement.) | |
OnPreviewStylusInAirMove | (Inherited from UIElement.) | |
OnPreviewStylusInRange | (Inherited from UIElement.) | |
OnPreviewStylusMove | (Inherited from UIElement.) | |
OnPreviewStylusOutOfRange | (Inherited from UIElement.) | |
OnPreviewStylusSystemGesture | (Inherited from UIElement.) | |
OnPreviewStylusUp | (Inherited from UIElement.) | |
OnPreviewTextInput | (Inherited from UIElement.) | |
OnPreviewTouchDown | (Inherited from UIElement.) | |
OnPreviewTouchMove | (Inherited from UIElement.) | |
OnPreviewTouchUp | (Inherited from UIElement.) | |
OnPropertyChanged | (Inherited from FrameworkElement.) | |
OnQueryContinueDrag | (Inherited from UIElement.) | |
OnQueryCursor | (Inherited from UIElement.) | |
OnRender | (Inherited from UIElement.) | |
OnRenderSizeChanged | (Inherited from FrameworkElement.) | |
OnStyleChanged | (Inherited from FrameworkElement.) | |
OnStylusButtonDown | (Inherited from UIElement.) | |
OnStylusButtonUp | (Inherited from UIElement.) | |
OnStylusDown | (Inherited from UIElement.) | |
OnStylusEnter | (Inherited from UIElement.) | |
OnStylusInAirMove | (Inherited from UIElement.) | |
OnStylusInRange | (Inherited from UIElement.) | |
OnStylusLeave | (Inherited from UIElement.) | |
OnStylusMove | (Inherited from UIElement.) | |
OnStylusOutOfRange | (Inherited from UIElement.) | |
OnStylusSystemGesture | (Inherited from UIElement.) | |
OnStylusUp | (Inherited from UIElement.) | |
OnTemplateChanged | (Inherited from Control.) | |
OnTextInput | (Inherited from ItemsControl.) | |
OnToolTipClosing | (Inherited from FrameworkElement.) | |
OnToolTipOpening | (Inherited from FrameworkElement.) | |
OnTouchDown | (Inherited from UIElement.) | |
OnTouchEnter | (Inherited from UIElement.) | |
OnTouchLeave | (Inherited from UIElement.) | |
OnTouchMove | (Inherited from UIElement.) | |
OnTouchUp | (Inherited from UIElement.) | |
OnVisualChildrenChanged | (Inherited from Visual.) | |
OnVisualParentChanged | (Inherited from FrameworkElement.) | |
ParentLayoutInvalidated | (Inherited from FrameworkElement.) | |
PauseAsyncPresentation |
Pauses asynchronous presentation data load, if it was in progress.
| |
PointFromScreen | (Inherited from Visual.) | |
PointToScreen | (Inherited from Visual.) | |
PredictFocus | (Inherited from FrameworkElement.) | |
PrepareContainerForItemOverride |
Prepares the specified element to display the specified item and updates internal properties for the data bound item and container element.
(Overrides ItemsControl..::.PrepareContainerForItemOverride(DependencyObject, Object).) | |
Overloaded. | ||
RaiseEvent | (Inherited from UIElement.) | |
ReadLocalValue | (Inherited from DependencyObject.) | |
RegisterName | (Inherited from FrameworkElement.) | |
ReleaseAllTouchCaptures | (Inherited from UIElement.) | |
ReleaseMouseCapture | (Inherited from UIElement.) | |
ReleaseStylusCapture | (Inherited from UIElement.) | |
ReleaseTouchCapture | (Inherited from UIElement.) | |
RemoveHandler | (Inherited from UIElement.) | |
RemoveLogicalChild | (Inherited from FrameworkElement.) | |
RemoveVisualChild | (Inherited from Visual.) | |
RepositionEnds |
Updates the vertical position of start and finish nodes, assuming they are the first and the last items in the collection, to the first or between the first and second row in the view (when there is at least one item with two or more successors in the collection).
| |
ScrollTo |
Scrolls the diagram horizontally and/or vertically if, and as much as needed, in order for the specified item to be visible in the view.
| |
SetBinding | Overloaded. | |
SetCurrentValue | (Inherited from DependencyObject.) | |
SetDependencyLineStroke |
Sets the brush used to draw the current task dependency line in the diagram.
| |
SetResourceReference | (Inherited from FrameworkElement.) | |
SetShapeFill |
Sets the brush used to fill the task shapes in the diagram (when using the default task template).
| |
SetShapeStroke |
Sets the brush used to draw the border of the task shape of the current item in the diagram (when using the default task template).
| |
SetValue | Overloaded. | |
ShouldApplyItemContainerStyle | (Inherited from ItemsControl.) | |
ShouldSerializeCommandBindings | (Inherited from UIElement.) | |
ShouldSerializeGroupStyle | (Inherited from ItemsControl.) | |
ShouldSerializeInputBindings | (Inherited from UIElement.) | |
ShouldSerializeItems | (Inherited from ItemsControl.) | |
ShouldSerializeProperty | (Inherited from DependencyObject.) | |
ShouldSerializeResources | (Inherited from FrameworkElement.) | |
ShouldSerializeStyle | (Inherited from FrameworkElement.) | |
ShouldSerializeTriggers | (Inherited from FrameworkElement.) | |
ToString | (Inherited from ItemsControl.) | |
TransformToAncestor | Overloaded. | |
TransformToDescendant | (Inherited from Visual.) | |
TransformToVisual | (Inherited from Visual.) | |
TranslatePoint | (Inherited from UIElement.) | |
TryFindResource | (Inherited from FrameworkElement.) | |
UnregisterName | (Inherited from FrameworkElement.) | |
UpdateDefaultStyle | (Inherited from FrameworkElement.) | |
UpdateLayout | (Inherited from UIElement.) | |
VerifyAccess | (Inherited from DispatcherObject.) |
Fields
Name | Description | |
---|---|---|
AspectRatioProperty |
Indicates the AspectRatio dependency property.
| |
CanUserRearrangeItemsProperty |
Identifies the CanUserRearrangeItems dependency property.
| |
ComputedHeightProperty |
Indicates the ComputedHeight dependency property.
This is a dependency property.
| |
ComputedWidthProperty |
Indicates the ComputedWidth dependency property.
| |
DependencyLineStrokeProperty |
Indicates the DependencyLineStroke attached property.
| |
DependencyLineStrokeThicknessProperty |
Indicates the DependencyLineStrokeThickness dependency property.
| |
DependencyLineTemplateProperty |
Indicates the DependencyLineTemplate dependency property.
| |
DependencyToolTipVisibilityProperty |
Indicates the DependencyToolTipVisibility dependency property.
| |
DiagramMarginProperty |
Indicates the DiagramMargin dependency property.
| |
DisplayedTextLegendContentProperty |
Identifies the DisplayedTextLegendContent dependency property.
| |
EarlyFinishLegendContentProperty |
Identifies the EarlyFinishLegendContent dependency property.
| |
EarlyStartLegendContentProperty |
Identifies the EarlyStartLegendContent dependency property.
| |
EffortLegendContentProperty |
Identifies the EffortLegendContent dependency property.
| |
IsAsyncPresentationEnabledMinCountProperty |
Identifies the IsAsyncPresentationEnabledMinCount dependency property.
| |
IsAsyncPresentationEnabledPageSizeProperty |
Identifies the IsAsyncPresentationEnabledPageSize dependency property.
| |
IsAsyncPresentationEnabledProperty |
Identifies the IsAsyncPresentationEnabled dependency property.
| |
IsDependencyToolTipVisibleProperty |
Indicates the IsDependencyToolTipVisible dependency property.
| |
IsLegendVisibleProperty |
Indicates the IsLegendVisible dependency property.
| |
IsTaskPositionThumbEnabledProperty |
Indicates the IsTaskPositionThumbEnabled dependency property.
| |
IsTaskToolTipVisibleProperty |
Indicates the IsTaskToolTipVisible dependency property.
| |
ItemHeightProperty |
Indicates the ItemHeight dependency property.
| |
ItemsProperty |
Identifies the Items dependency property.
| |
ItemWidthProperty |
Indicates the ItemWidth dependency property.
| |
LateFinishLegendContentProperty |
Identifies the LateFinishLegendContent dependency property.
| |
LateStartLegendContentProperty |
Identifies the LateStartLegendContent dependency property.
| |
LegendBackgroundProperty |
Identifies the LegendBackground dependency property.
| |
LegendCellPaddingProperty |
Identifies the LegendCellPadding dependency property.
| |
LegendMarginProperty |
Identifies the LegendMargin dependency property.
| |
LegendToolTipProperty |
Identifies the LegendToolTip dependency property.
| |
LegendVisibilityProperty |
Indicates the LegendVisibility dependency property.
| |
MilestoneShapeStrokeProperty |
Indicates the MilestoneShapeStroke dependency property.
| |
MinDependencyLineLengthProperty |
Indicates the MinDependencyLineLength dependency property.
| |
PredecessorToolTipTemplateProperty |
Indicates the PredecessorToolTipTemplate dependency property.
| |
PrintingTemplateProperty |
Indicates the PrintingTemplate dependency property.
| |
ShapeFillProperty |
Indicates the ShapeFill attached property.
| |
ShapeHeightProperty |
Indicates the ShapeHeight dependency property.
| |
ShapeStrokeProperty |
Indicates the ShapeStroke attached property.
| |
ShapeStrokeThicknessProperty |
Indicates the ShapeStrokeThickness dependency property.
| |
ShapeWidthProperty |
Indicates the ShapeWidth dependency property.
| |
SlackLegendContentProperty |
Identifies the SlackLegendContent dependency property.
| |
SnapRearrangedItemsToGuidelinesProperty |
Identifies the SnapRearrangedItemsToGuidelines dependency property.
| |
TaskTemplateProperty |
Indicates the TaskTemplate dependency property.
| |
TaskToolTipVisibilityProperty |
Indicates the TaskToolTipVisibility dependency property.
| |
ToolTipTemplateProperty |
Indicates the ToolTipTemplate dependency property.
|
Properties
Name | Description | |
---|---|---|
ActualHeight | (Inherited from FrameworkElement.) | |
ActualWidth | (Inherited from FrameworkElement.) | |
AllowDrop | (Inherited from UIElement.) | |
AlternationCount | (Inherited from ItemsControl.) | |
AreAnyTouchesCaptured | (Inherited from UIElement.) | |
AreAnyTouchesCapturedWithin | (Inherited from UIElement.) | |
AreAnyTouchesDirectlyOver | (Inherited from UIElement.) | |
AreAnyTouchesOver | (Inherited from UIElement.) | |
AspectRatio |
Gets or sets the aspect ratio of the diagram.
This is a dependency property.
| |
Background | (Inherited from Control.) | |
BindingGroup | (Inherited from FrameworkElement.) | |
BitmapEffect | Obsolete. (Inherited from UIElement.) | |
BitmapEffectInput | Obsolete. (Inherited from UIElement.) | |
BorderBrush | (Inherited from Control.) | |
BorderThickness | (Inherited from Control.) | |
CacheMode | (Inherited from UIElement.) | |
CanUserRearrangeItems |
Gets or sets a value that indicates whether the user can change the canvas positions of task items in the control by drag and drop operations.
This is a dependency property.
| |
Clip | (Inherited from UIElement.) | |
ClipToBounds | (Inherited from UIElement.) | |
CommandBindings | (Inherited from UIElement.) | |
ComputedHeight |
Gets the computed height for displaying all items currently loaded in the diagram.
This is a dependency property.
| |
ComputedWidth |
Gets the computed width for displaying all items currently loaded in the diagram.
This is a dependency property.
| |
ContentElement |
Gets the element displaying the main area of the network diagram.
| |
ContextMenu | (Inherited from FrameworkElement.) | |
Cursor | (Inherited from FrameworkElement.) | |
DataContext | (Inherited from FrameworkElement.) | |
DefaultStyleKey | (Inherited from FrameworkElement.) | |
DependencyLineStroke |
Gets or sets the brush used to draw the lines representing task dependencies in the diagram.
This is a dependency property.
| |
DependencyLineStrokeThickness |
Gets or sets the border thickness of the lines representing task dependencies in the diagram.
This is a dependency property.
| |
DependencyLineTemplate |
Gets or sets the template to be used for displaying dependency lines in the diagram (by default arrow polylines drawn for each predecessor item from the appropriate end of the other task shape to the appropriate end of the corresponding dependent task shape).
This is a dependency property.
| |
DependencyObjectType | (Inherited from DependencyObject.) | |
DependencyToolTipVisibility |
Gets a Visibility value that indicates whether the dependency line tool tips are displayed.
This is a dependency property.
| |
DesiredSize | (Inherited from UIElement.) | |
DiagramMargin |
Gets or sets the margin to preserve around the diagram.
This is a dependency property.
| |
Dispatcher | (Inherited from DispatcherObject.) | |
DisplayedTextLegendContent |
Gets or sets the content to be presented as displayed text in the legend (when IsLegendVisible is true).
This is a dependency property.
| |
DisplayMemberPath | (Inherited from ItemsControl.) | |
EarlyFinishLegendContent |
Gets or sets the content to be presented as early finish in the legend (when IsLegendVisible is true).
This is a dependency property.
| |
EarlyStartLegendContent |
Gets or sets the content to be presented as early start in the legend (when IsLegendVisible is true).
This is a dependency property.
| |
Effect | (Inherited from UIElement.) | |
EffortLegendContent |
Gets or sets the content to be presented as effort in the legend (when IsLegendVisible is true).
This is a dependency property.
| |
FlowDirection | (Inherited from FrameworkElement.) | |
Focusable | (Inherited from UIElement.) | |
FocusVisualStyle | (Inherited from FrameworkElement.) | |
FontFamily | (Inherited from Control.) | |
FontSize | (Inherited from Control.) | |
FontStretch | (Inherited from Control.) | |
FontStyle | (Inherited from Control.) | |
FontWeight | (Inherited from Control.) | |
ForceCursor | (Inherited from FrameworkElement.) | |
Foreground | (Inherited from Control.) | |
GroupStyle | (Inherited from ItemsControl.) | |
GroupStyleSelector | (Inherited from ItemsControl.) | |
HandlesScrolling | (Inherited from Control.) | |
HasAnimatedProperties | (Inherited from UIElement.) | |
HasEffectiveKeyboardFocus | (Inherited from UIElement.) | |
HasItems | (Inherited from ItemsControl.) | |
Height | (Inherited from FrameworkElement.) | |
HorizontalAlignment | (Inherited from FrameworkElement.) | |
HorizontalContentAlignment | (Inherited from Control.) | |
InheritanceBehavior | (Inherited from FrameworkElement.) | |
InputBindings | (Inherited from UIElement.) | |
InputScope | (Inherited from FrameworkElement.) | |
IsArrangeValid | (Inherited from UIElement.) | |
IsAsyncPresentationEnabled |
Gets or sets a value that indicates whether asynchronous presentation mode is enabled (true by default).
This is a dependency property.
| |
IsAsyncPresentationEnabledMinCount |
Gets or sets the number of items to be initially loaded synchronously when using asychronous presentation mode within the control (having IsAsyncPresentationEnabled property set to true).
This is a dependency property.
| |
IsAsyncPresentationEnabledPageSize |
Gets or sets the number of items to be loaded synchronously as one step when using asychronous presentation mode within the control (having IsAsyncPresentationEnabled property set to true).
This is a dependency property.
| |
IsDependencyToolTipVisible |
Gets or sets a value that indicates whether the dependency line tool tips are displayed.
This is a dependency property.
| |
IsEnabled | (Inherited from UIElement.) | |
IsEnabledCore | (Inherited from UIElement.) | |
IsFocused | (Inherited from UIElement.) | |
IsGrouping | (Inherited from ItemsControl.) | |
IsHitTestVisible | (Inherited from UIElement.) | |
IsInitialized | (Inherited from FrameworkElement.) | |
IsInputMethodEnabled | (Inherited from UIElement.) | |
IsItemLoadCompleted |
Gets a value that indicates whether all items have been loaded in the control view (when asynchronous presentation mode is enabled, i.e. IsAsyncPresentationEnabled is set to true).
| |
IsKeyboardFocused | (Inherited from UIElement.) | |
IsKeyboardFocusWithin | (Inherited from UIElement.) | |
IsLegendVisible |
Gets or sets a value that indicates whether the network diagram legend content is displayed.
This is a dependency property.
| |
IsLoaded | (Inherited from FrameworkElement.) | |
IsManipulationEnabled | (Inherited from UIElement.) | |
IsMeasureValid | (Inherited from UIElement.) | |
IsMouseCaptured | (Inherited from UIElement.) | |
IsMouseCaptureWithin | (Inherited from UIElement.) | |
IsMouseDirectlyOver | (Inherited from UIElement.) | |
IsMouseOver | (Inherited from UIElement.) | |
IsSealed | (Inherited from DependencyObject.) | |
IsStylusCaptured | (Inherited from UIElement.) | |
IsStylusCaptureWithin | (Inherited from UIElement.) | |
IsStylusDirectlyOver | (Inherited from UIElement.) | |
IsStylusOver | (Inherited from UIElement.) | |
IsTabStop | (Inherited from Control.) | |
IsTaskPositionThumbEnabled |
Gets a bool value that indicates whether start Thumb controls should enable the user to edit the positions of task items in the control by drag and drop operations (the Thumb objects would be enabled if CanUserRearrangeItems property is set to true).
This is a dependency property.
| |
IsTaskToolTipVisible |
Gets or sets a value that indicates whether the task shape tool tips are displayed.
This is a dependency property.
| |
IsTextSearchCaseSensitive | (Inherited from ItemsControl.) | |
IsTextSearchEnabled | (Inherited from ItemsControl.) | |
IsVisible | (Inherited from UIElement.) | |
Item |
Gets the item at the specified index in the collection.
| |
ItemBindingGroup | (Inherited from ItemsControl.) | |
ItemContainerGenerator | (Inherited from ItemsControl.) | |
ItemContainerStyle | (Inherited from ItemsControl.) | |
ItemContainerStyleSelector | (Inherited from ItemsControl.) | |
ItemHeight |
Gets or sets the row height of any item presented in the diagram.
This is a dependency property.
| |
Items |
Gets a collection of NetworkDiagramItem objects that represent the individual task items in the NetworkDiagramView control.
This is a dependency property.
| |
ItemsPanel | (Inherited from ItemsControl.) | |
ItemsSource | (Inherited from ItemsControl.) | |
ItemStringFormat | (Inherited from ItemsControl.) | |
ItemTemplate | (Inherited from ItemsControl.) | |
ItemTemplateSelector | (Inherited from ItemsControl.) | |
ItemWidth |
Gets or sets the column width of any item presented in the diagram.
This is a dependency property.
| |
Language | (Inherited from FrameworkElement.) | |
LateFinishLegendContent |
Gets or sets the content to be presented as late finish in the legend (when IsLegendVisible is true).
This is a dependency property.
| |
LateStartLegendContent |
Gets or sets the content to be presented as late start in the legend (when IsLegendVisible is true).
This is a dependency property.
| |
LayoutTransform | (Inherited from FrameworkElement.) | |
LegendBackground |
Gets or sets the brush to be used to draw the background of the legend (when IsLegendVisible is true).
This is a dependency property.
| |
LegendCellPadding |
Gets or sets the cell padding to be used within the legend (when IsLegendVisible is true).
This is a dependency property.
| |
LegendMargin |
Gets or sets the margin to be preserved around the legend (when IsLegendVisible is true).
This is a dependency property.
| |
LegendToolTip |
Gets or sets the content to be presented as the tool tip of the legend (when IsLegendVisible is true).
This is a dependency property.
| |
LegendVisibility |
Gets a Visibility value that indicates whether the network diagram legend content is displayed.
This is a dependency property.
| |
LogicalChildren | (Inherited from ItemsControl.) | |
MainNetworkDiagramView |
Gets the main INetworkDiagramView control instance of the control.
| |
ManagedItems |
Gets the internally managed network diagram item collection.
| |
Margin | (Inherited from FrameworkElement.) | |
MaxHeight | (Inherited from FrameworkElement.) | |
MaxWidth | (Inherited from FrameworkElement.) | |
MilestoneShapeStroke |
Gets or sets the brush used to draw the extra borders of the milestone task shapes in the diagram (when using the default task template).
This is a dependency property.
| |
MinDependencyLineLength |
Gets or sets the minimum length of the dependency lines displayed in the diagram at initialization time.
This is a dependency property.
| |
MinHeight | (Inherited from FrameworkElement.) | |
MinWidth | (Inherited from FrameworkElement.) | |
Name | (Inherited from FrameworkElement.) | |
Opacity | (Inherited from UIElement.) | |
OpacityMask | (Inherited from UIElement.) | |
OverridesDefaultStyle | (Inherited from FrameworkElement.) | |
Padding | (Inherited from Control.) | |
Parent | (Inherited from FrameworkElement.) | |
PersistId | Obsolete. (Inherited from UIElement.) | |
PredecessorToolTipTemplate |
Gets or sets the template to be used for displaying the content of dependency line tool tips (by default the Content property values of the other and dependent task items separated by a dash, when IsDependencyToolTipVisible is true).
This is a dependency property.
| |
PrintingTemplate |
Gets or sets the page template to be used for printing.
The data context of a template instance is set to a PrintingPage object.
This is a dependency property.
| |
RenderSize | (Inherited from UIElement.) | |
RenderTransform | (Inherited from UIElement.) | |
RenderTransformOrigin | (Inherited from UIElement.) | |
Resources | (Inherited from FrameworkElement.) | |
ScrollContentPresenter |
Gets the element displaying the scroll content presenter of the network diagram.
| |
ScrollViewer |
Gets the element displaying the scroll viewer of the network diagram.
| |
ShapeFill |
Gets or sets the brush used to fill the task shapes in the diagram (when using the default task template).
This is a dependency property.
| |
ShapeHeight |
Gets or sets the task shape height of any item presented in the diagram.
This is a dependency property.
| |
ShapeStroke |
Gets or sets the brush used to draw the borders of the task shapes in the diagram (when using the default task template).
This is a dependency property.
| |
ShapeStrokeThickness |
Gets or sets the border thickness of the task shapes in the diagram (when using the default task template).
This is a dependency property.
| |
ShapeWidth |
Gets or sets the task shape width of any item presented in the diagram.
This is a dependency property.
| |
SlackLegendContent |
Gets or sets the content to be presented as slack in the legend (when IsLegendVisible is true).
This is a dependency property.
| |
SnapRearrangedItemsToGuidelines |
Gets or sets a value that indicates whether the task item shapes are snapping to row and column based guidelines in the control during drag and drop based rearrange operations.
This is a dependency property.
| |
SnapsToDevicePixels | (Inherited from UIElement.) | |
Style | (Inherited from FrameworkElement.) | |
StylusPlugIns | (Inherited from UIElement.) | |
TabIndex | (Inherited from Control.) | |
Tag | (Inherited from FrameworkElement.) | |
TaskTemplate |
Gets or sets the template to be used for displaying task items in the diagram (by default tasks are represented by informational structured rectangle sets in the view).
This is a dependency property.
| |
TaskToolTipVisibility |
Gets a Visibility value that indicates whether the task shape tool tips are displayed.
This is a dependency property.
| |
Template | (Inherited from Control.) | |
TemplatedParent | (Inherited from FrameworkElement.) | |
ToolTip | (Inherited from FrameworkElement.) | |
ToolTipTemplate |
Gets or sets the template to be used for displaying the content of task shape tool tips (by default the Content property values of task item, when IsToolTipVisible is true).
This is a dependency property.
| |
TouchesCaptured | (Inherited from UIElement.) | |
TouchesCapturedWithin | (Inherited from UIElement.) | |
TouchesDirectlyOver | (Inherited from UIElement.) | |
TouchesOver | (Inherited from UIElement.) | |
Triggers | (Inherited from FrameworkElement.) | |
Uid | (Inherited from UIElement.) | |
UseLayoutRounding | (Inherited from FrameworkElement.) | |
VerticalAlignment | (Inherited from FrameworkElement.) | |
VerticalContentAlignment | (Inherited from Control.) | |
Visibility | (Inherited from UIElement.) | |
VisualBitmapEffect | Obsolete. (Inherited from Visual.) | |
VisualBitmapEffectInput | Obsolete. (Inherited from Visual.) | |
VisualBitmapScalingMode | (Inherited from Visual.) | |
VisualCacheMode | (Inherited from Visual.) | |
VisualChildrenCount | (Inherited from FrameworkElement.) | |
VisualClearTypeHint | (Inherited from Visual.) | |
VisualClip | (Inherited from Visual.) | |
VisualEdgeMode | (Inherited from Visual.) | |
VisualEffect | (Inherited from Visual.) | |
VisualOffset | (Inherited from Visual.) | |
VisualOpacity | (Inherited from Visual.) | |
VisualOpacityMask | (Inherited from Visual.) | |
VisualParent | (Inherited from Visual.) | |
VisualScrollableAreaClip | (Inherited from Visual.) | |
VisualTextHintingMode | (Inherited from Visual.) | |
VisualTextRenderingMode | (Inherited from Visual.) | |
VisualTransform | (Inherited from Visual.) | |
VisualXSnappingGuidelines | (Inherited from Visual.) | |
VisualYSnappingGuidelines | (Inherited from Visual.) | |
Width | (Inherited from FrameworkElement.) |
Events
Name | Description | |
---|---|---|
AsyncPresentationCompleted |
Raised when the asynchronous presentation operations are completed, during component initialization and when the source item collection changes.
| |
AsyncPresentationStarted |
Raised when the asynchronous presentation operations start, during component initialization and when the source item collection changes.
| |
ContextMenuClosing | (Inherited from FrameworkElement.) | |
ContextMenuOpening | (Inherited from FrameworkElement.) | |
DataContextChanged | (Inherited from FrameworkElement.) | |
DragEnter | (Inherited from UIElement.) | |
DragLeave | (Inherited from UIElement.) | |
DragOver | (Inherited from UIElement.) | |
Drop | (Inherited from UIElement.) | |
FocusableChanged | (Inherited from UIElement.) | |
GiveFeedback | (Inherited from UIElement.) | |
GotFocus | (Inherited from UIElement.) | |
GotKeyboardFocus | (Inherited from UIElement.) | |
GotMouseCapture | (Inherited from UIElement.) | |
GotStylusCapture | (Inherited from UIElement.) | |
GotTouchCapture | (Inherited from UIElement.) | |
Initialized | (Inherited from FrameworkElement.) | |
IsEnabledChanged | (Inherited from UIElement.) | |
IsHitTestVisibleChanged | (Inherited from UIElement.) | |
IsKeyboardFocusedChanged | (Inherited from UIElement.) | |
IsKeyboardFocusWithinChanged | (Inherited from UIElement.) | |
IsMouseCapturedChanged | (Inherited from UIElement.) | |
IsMouseCaptureWithinChanged | (Inherited from UIElement.) | |
IsMouseDirectlyOverChanged | (Inherited from UIElement.) | |
IsStylusCapturedChanged | (Inherited from UIElement.) | |
IsStylusCaptureWithinChanged | (Inherited from UIElement.) | |
IsStylusDirectlyOverChanged | (Inherited from UIElement.) | |
IsVisibleChanged | (Inherited from UIElement.) | |
ItemActivated |
Occurs when an item gets activated in the network diagram, i.e. when a left mouse button click event occurs while hovering a task shape in the view.
| |
ItemCollectionChanged |
Occurs when the data item collection within the control changes.
| |
ItemPropertyChanged |
Occurs when a data property value of an item within the control changes.
| |
KeyDown | (Inherited from UIElement.) | |
KeyUp | (Inherited from UIElement.) | |
LayoutUpdated | (Inherited from UIElement.) | |
Loaded | (Inherited from FrameworkElement.) | |
LostFocus | (Inherited from UIElement.) | |
LostKeyboardFocus | (Inherited from UIElement.) | |
LostMouseCapture | (Inherited from UIElement.) | |
LostStylusCapture | (Inherited from UIElement.) | |
LostTouchCapture | (Inherited from UIElement.) | |
ManipulationBoundaryFeedback | (Inherited from UIElement.) | |
ManipulationCompleted | (Inherited from UIElement.) | |
ManipulationDelta | (Inherited from UIElement.) | |
ManipulationInertiaStarting | (Inherited from UIElement.) | |
ManipulationStarted | (Inherited from UIElement.) | |
ManipulationStarting | (Inherited from UIElement.) | |
MouseDoubleClick | (Inherited from Control.) | |
MouseDown | (Inherited from UIElement.) | |
MouseEnter | (Inherited from UIElement.) | |
MouseLeave | (Inherited from UIElement.) | |
MouseLeftButtonDown | (Inherited from UIElement.) | |
MouseLeftButtonUp | (Inherited from UIElement.) | |
MouseMove | (Inherited from UIElement.) | |
MouseRightButtonDown | (Inherited from UIElement.) | |
MouseRightButtonUp | (Inherited from UIElement.) | |
MouseUp | (Inherited from UIElement.) | |
MouseWheel | (Inherited from UIElement.) | |
PredecessorItemActivated |
Occurs when a predecessor item gets activated in the network diagram, i.e. when a left mouse button click event occurs while hovering a task dependency line in the view.
| |
PreviewDragEnter | (Inherited from UIElement.) | |
PreviewDragLeave | (Inherited from UIElement.) | |
PreviewDragOver | (Inherited from UIElement.) | |
PreviewDrop | (Inherited from UIElement.) | |
PreviewGiveFeedback | (Inherited from UIElement.) | |
PreviewGotKeyboardFocus | (Inherited from UIElement.) | |
PreviewKeyDown | (Inherited from UIElement.) | |
PreviewKeyUp | (Inherited from UIElement.) | |
PreviewLostKeyboardFocus | (Inherited from UIElement.) | |
PreviewMouseDoubleClick | (Inherited from Control.) | |
PreviewMouseDown | (Inherited from UIElement.) | |
PreviewMouseLeftButtonDown | (Inherited from UIElement.) | |
PreviewMouseLeftButtonUp | (Inherited from UIElement.) | |
PreviewMouseMove | (Inherited from UIElement.) | |
PreviewMouseRightButtonDown | (Inherited from UIElement.) | |
PreviewMouseRightButtonUp | (Inherited from UIElement.) | |
PreviewMouseUp | (Inherited from UIElement.) | |
PreviewMouseWheel | (Inherited from UIElement.) | |
PreviewQueryContinueDrag | (Inherited from UIElement.) | |
PreviewStylusButtonDown | (Inherited from UIElement.) | |
PreviewStylusButtonUp | (Inherited from UIElement.) | |
PreviewStylusDown | (Inherited from UIElement.) | |
PreviewStylusInAirMove | (Inherited from UIElement.) | |
PreviewStylusInRange | (Inherited from UIElement.) | |
PreviewStylusMove | (Inherited from UIElement.) | |
PreviewStylusOutOfRange | (Inherited from UIElement.) | |
PreviewStylusSystemGesture | (Inherited from UIElement.) | |
PreviewStylusUp | (Inherited from UIElement.) | |
PreviewTextInput | (Inherited from UIElement.) | |
PreviewTouchDown | (Inherited from UIElement.) | |
PreviewTouchMove | (Inherited from UIElement.) | |
PreviewTouchUp | (Inherited from UIElement.) | |
QueryContinueDrag | (Inherited from UIElement.) | |
QueryCursor | (Inherited from UIElement.) | |
RequestBringIntoView | (Inherited from FrameworkElement.) | |
SizeChanged | (Inherited from FrameworkElement.) | |
SourceUpdated | (Inherited from FrameworkElement.) | |
StylusButtonDown | (Inherited from UIElement.) | |
StylusButtonUp | (Inherited from UIElement.) | |
StylusDown | (Inherited from UIElement.) | |
StylusEnter | (Inherited from UIElement.) | |
StylusInAirMove | (Inherited from UIElement.) | |
StylusInRange | (Inherited from UIElement.) | |
StylusLeave | (Inherited from UIElement.) | |
StylusMove | (Inherited from UIElement.) | |
StylusOutOfRange | (Inherited from UIElement.) | |
StylusSystemGesture | (Inherited from UIElement.) | |
StylusUp | (Inherited from UIElement.) | |
TargetUpdated | (Inherited from FrameworkElement.) | |
TextInput | (Inherited from UIElement.) | |
ToolTipClosing | (Inherited from FrameworkElement.) | |
ToolTipOpening | (Inherited from FrameworkElement.) | |
TouchDown | (Inherited from UIElement.) | |
TouchEnter | (Inherited from UIElement.) | |
TouchLeave | (Inherited from UIElement.) | |
TouchMove | (Inherited from UIElement.) | |
TouchUp | (Inherited from UIElement.) | |
Unloaded | (Inherited from FrameworkElement.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IAddChild..::.AddChild | (Inherited from ItemsControl.) | |
IAddChild..::.AddText | (Inherited from ItemsControl.) | |
System#Windows#Controls#Primitives#IContainItemStorage#Clear | (Inherited from ItemsControl.) | |
System#Windows#Controls#Primitives#IContainItemStorage#ClearItemValue | (Inherited from ItemsControl.) | |
System#Windows#Controls#Primitives#IContainItemStorage#ClearValue | (Inherited from ItemsControl.) | |
System#Windows#Markup#IQueryAmbient#IsAmbientPropertyAvailable | (Inherited from FrameworkElement.) | |
System#Windows#Controls#Primitives#IContainItemStorage#ReadItemValue | (Inherited from ItemsControl.) | |
System#Windows#Controls#Primitives#IContainItemStorage#StoreItemValue | (Inherited from ItemsControl.) |