MindFusion.Wpf Pack Programmer's Guide
FishboneDiagram Properties
 


 Public Properties

  Name Description

ActiveItem

Gets or sets the active diagram element. (Inherited from Diagram.)

ActiveItemHandlesStyle

Gets the visual style of adjustment handles of the active item. (Inherited from Diagram.)

ActiveLayer

Gets or sets the zero-based index of the active layer. (Inherited from Diagram.)

AdapterHandlesStyle

Gets or sets the default value for the HandlesStyle property of new ControlNode nodes. (Inherited from Diagram.)

AdjustmentHandlesSize

Gets or sets the size of the handles, which appear around selected objects. (Inherited from Diagram.)

AlignmentGuidePen

Gets or sets the pen used to draw alignment guides. (Inherited from Diagram.)

AlignToGrid

Gets or sets a value indicating whether the diagram items should be aligned to a grid. (Inherited from Diagram.)

AllowLinkCursor

Gets or sets the mouse cursor shown to the user when an arrow can be created. (Inherited from Diagram.)

AllowLinksRepeat

Gets or sets a value indicating whether more than one link can connect the same origin and destination diagram nodes. (Inherited from Diagram.)

AllowMultipleResize

Specifies whether multiple selected nodes can be resized simultaneously. (Inherited from Diagram.)

AllowSelfLoops

Gets or sets a value indicating whether self-loops are allowed. (Inherited from Diagram.)

AllowSplitLinks

Gets or sets a value indicating whether link segments can be added and removed interactively. (Inherited from Diagram.)

AllowUnanchoredLinks

Gets or sets a value indicating whether links can be connected to nodes to which there aren't anchor points assigned. (Inherited from Diagram.)

AllowUnconnectedLinks

Gets or sets a value indicating whether users are allowed to draw links that are not connected to any node. (Inherited from Diagram.)

AutoAlignDistance

Gets or sets the maximal horizontal or vertical distance at which a node aligns to the borders ot other nodes. (Inherited from Diagram.)

AutoAlignNodes

Gets or sets whether nodes should automatically align to the borders ot other nodes during user interaction. (Inherited from Diagram.)

AutoCloseDistance

Gets or sets the maximum distance between first and last points of a FreeFormNode for which the node's outline is closed automatically. (Inherited from Diagram.)

AutoDeleteLinks

Gets or sets whether links are deleted automatically when their Origin or Destination is deleted. (Inherited from Diagram.)

AutoHighlightRows

Gets or sets whether a table row should be highlighted when the user clicks on it. (Inherited from Diagram.)

AutoResize

Gets or sets a value indicating whether the document area should be resized automatically so it fits the diagram contents. (Inherited from Diagram.)

AutoSnapDistance

Specifies the maximum distance at which links auto-snap to nodes. (Inherited from Diagram.)

AutoSnapLinks

Gets or sets the default value for the AutoSnapToNode property of new links. (Inherited from Diagram.)

BackBrush

Gets or sets the brush used for painting the diagram background. (Inherited from Diagram.)

BackgroundImage

Gets or sets the image displayed as background of this diagram. (Inherited from Diagram.)

BackgroundImageAlign

Gets or sets a value indicating how the background image is positioned, relatively either to the control's window or to the scrollable document area. (Inherited from Diagram.)

BarcodeNodeStyle

Gets or sets the theme-level style for barcode nodes. (Inherited from Diagram.)

Bounds

Gets or sets a value representing the size of the diagram's scrollable area. (Inherited from Diagram.)

BranchStroke

Gets or sets a Brush used to draw the diagram's branches (ribs).

BranchStrokeThickness

Gets or sets a double value specifying branch thickness.

CauseLabelPath

Gets or sets a string specifying cause label binding path relative to cause items.

CausesPath

Gets or sets a string specifying binding path of cause items relative to root items.

CellCustomDraw

Gets or sets the default type of custom painting done on the cells of tables. (Inherited from Diagram.)

CellFrameStyle

Gets or sets the default cell border style of new tables. (Inherited from Diagram.)

ContainerCaption

Gets or sets the default value for the Caption property of containers. (Inherited from Diagram.)

ContainerCaptionHeight

Gets or sets the default value for the CaptionHeight property of containers. (Inherited from Diagram.)

ContainerHighlightPen

Gets or sets the default value for the HighlightPen property of containers. (Inherited from Diagram.)

ContainerMargin

Gets or sets the default value for the Margin property of containers. (Inherited from Diagram.)

ContainerMinimumSize

Gets or sets the default value for the MinimumSize property of containers. (Inherited from Diagram.)

ContainerNodeStyle

Gets or sets the theme-level style for container nodes. (Inherited from Diagram.)

ContainersFoldable

Gets or sets the default value for the Foldable property of containers. (Inherited from Diagram.)

Content

With this property, you can define diagram elements from XAML code. (Inherited from Diagram.)

ControlMouseAction

Gets or sets the ways mouse clicks are handled by default in the controls hosted in ControlHost objects. (Inherited from Diagram.)

CounterDiagonalResizeCursor

Gets or sets the mouse cursor shown to the user if dragging would resize an object both vertically and horizontally. (Inherited from Diagram.)

CrossingRadius

Gets or sets the radius length of decorations displayed at link intersection points. (Inherited from Diagram.)

CustomLinkType

Gets or sets the type of a DiagramLink-derived class whose instance should be created when a user starts drawing. (Inherited from Diagram.)

CustomNodeType

Gets or sets the type of a DiagramNode-derived class whose instance should be created when a user starts drawing. (Inherited from Diagram.)

DefaultControlType

Gets or sets the type of the controls that will be hosted by default in newly created ControlNode objects. (Inherited from Diagram.)

DefaultEffect

Gets or sets the default value for UIElement.Effect property of new items. (Inherited from Diagram.)

DefaultShape

Gets or sets the default shape of shape nodes. (Inherited from Diagram.)

DelKeyAction

Gets or sets a value that specifies what action should be performed when the user hits the Del key. (Inherited from Diagram.)

DiagonalResizeCursor

Gets or sets the mouse cursor shown to the user if dragging would resize an object both vertically and horizontally. (Inherited from Diagram.)

DiagramLinkStyle

Gets or sets the theme-level style for diagram links. (Inherited from Diagram.)

Dirty

Gets or sets a value indicating whether the diagram has changed since the last save. (Inherited from Diagram.)

DisabledHandlesStyle

Gets the visual style of disabled adjustment handles. (Inherited from Diagram.)

DisallowCursor

Gets or sets the mouse cursor shown to the user when an object cannot be created at a particular location. (Inherited from Diagram.)

DisallowLinkCursor

Gets or sets the mouse cursor shown to the user when a link is being created but cannot be ended at the current location. (Inherited from Diagram.)

DocumentPaginator

Gets or sets the DocumentPaginator used to retrieve pages when printing the diagram.

(Inherited from Diagram.)

DocumentPlane

Gets the document plane of the diagram. (Inherited from Diagram.)

DrawLinkCursor

Gets or sets the mouse cursor shown to the user when a link can be started at the current position. (Inherited from Diagram.)

DynamicLinks

Gets or sets the default value for the Dynamic property of new links. (Inherited from Diagram.)

EnableLanes

Gets or sets whether lanes are enabled. (Inherited from Diagram.)

EnableSpatialIndex

Gets or sets whether to index item positions for faster hit-testing and viewport clipping queries. (Inherited from Diagram.)

EnableStyledText

Gets or sets the default value for the EnableStyledText property of new nodes. (Inherited from Diagram.)

ExpandButtonAction

Gets or sets a value indicating what should happen when a user clicks the [±] button that is displayed near expandable nodes. (Inherited from Diagram.)

ExpandButtonPosition

Gets or sets where expand/collapse buttons are located relatively to their nodes. (Inherited from Diagram.)

ExpandOnIncoming

Gets or sets a value, indicating in which direction object hierarchies are expanded. (Inherited from Diagram.)

Factory

Gets a Factory instance that lets you add programmatically new items to the diagram. (Inherited from Diagram.)

FoldedContainerSize

Gets or sets the size of folded containers. (Inherited from Diagram.)

Font

Gets or sets the default font for new diagram items. (Inherited from Diagram.)

FreeFormAttractDistance

Gets or sets the radius around dragged free-form adjustment handle in which other points of FreeFormNode are modified too. (Inherited from Diagram.)

FreeFormTargets

An array of Shape objects used to replace FreeFormNode instances with ShapeNode ones when Behavior is set to LinkFreeShapes or DrawFreeShapes. (Inherited from Diagram.)

GridLayer

GridLayer is diagram's Visual child that renders the alignment grid. (Inherited from Diagram.)

GridOffsetX

Gets or sets the horizontal offset of the first point of the alignment grid. (Inherited from Diagram.)

GridOffsetY

Gets or sets the vertical offset of the first point of the alignment grid. (Inherited from Diagram.)

GridPatternHatch

Gets or sets a hatch style used to draw dense alignment grid at low zoom levels. (Inherited from Diagram.)

GridPatternThreshold

Gets or sets the distance between grid points (in pixels) that triggers drawing using GridPatternHatch. (Inherited from Diagram.)

GridPen

Gets or sets the pen used to draw the grid lines or points. (Inherited from Diagram.)

GridSizeX

Gets or sets the horizontal distance between adjacent grid points. (Inherited from Diagram.)

GridSizeY

Gets or sets the vertical distance between adjacent grid points. (Inherited from Diagram.)

GridStyle

Gets or sets the visual style of the alignment grid. (Inherited from Diagram.)

Groups

Gets a collection of all groups in the diagram. (Inherited from Diagram.)

HitTestPriority

Gets or sets a value indicating the order in which items are hit-tested. (Inherited from Diagram.)

HorizontalResizeCursor

Gets or sets the mouse cursor shown to the user if dragging would resize an object horizontally. (Inherited from Diagram.)

Interaction

Gets an InteractionState instance representing the current action being carried out by the user. (Inherited from Diagram.)

IsProEdition

Gets a value indicating whether the currently loaded Diagramming for WPF is a professional version of the control. (Inherited from Diagram.)

IsTrialVersion

Gets a value indicating whether the currently loaded Diagramming for WPF is a trial version of the control. (Inherited from Diagram.)

Items

Gets a collection of all items in this diagram. (Inherited from Diagram.)

ItemsSource

Gets or sets a collection used to generate the content of this diagram.

LabelBrush

Gets or sets a Brush used to draw labels.

LabelPath

Gets or sets a string specifying category label binding path.

LaneGrid

Gets the Grid instance that represents the lane grid. (Inherited from Diagram.)

Layers

Gets a list of the layers in the current diagram. (Inherited from Diagram.)

LicenseKey

Gets or sets the license key of the control. (Inherited from DiagramBase.)

LinkBaseShape

Gets or sets the shape displayed at the base of new links. (Inherited from Diagram.)

LinkBaseShapeSize

Gets or sets the default size of the base of new links. (Inherited from Diagram.)

LinkBrush

Gets or sets the default value for the Brush property of links. (Inherited from Diagram.)

LinkCascadeOrientation

Gets or sets the initial orientation of the first segment of new cascading links. (Inherited from Diagram.)

LinkCrossings

Gets or sets how to render the intersection points where links cross their paths. (Inherited from Diagram.)

LinkCustomDraw

Gets or sets the default type of custom painting done on links. (Inherited from Diagram.)

LinkEndsMovable

Gets or sets a value indicating whether arrow ends can be moved by users after the link is created. (Inherited from Diagram.)

LinkHandlesStyle

Gets or sets the default value for the HandlesStyle property of new links. (Inherited from Diagram.)

LinkHeadShape

Gets or sets the shape displayed as head of new links. (Inherited from Diagram.)

LinkHeadShapeSize

Gets or sets the default size of arrowheads. (Inherited from Diagram.)

LinkHitDistance

Gets or sets a value specifying how far from a link a click is still considered a hit. (Inherited from Diagram.)

LinkIntermediateShape

Gets or sets default shape to be displayed at the middle of each segment of links. (Inherited from Diagram.)

LinkIntermediateShapeSize

Gets or sets the default size of the shapes at middles of link segments. (Inherited from Diagram.)

LinkPen

Gets or sets the default value for the Pen and HeadPen properties of links. (Inherited from Diagram.)

LinkRouter

Gets or sets the component used to find paths for auto-routed links when diagram nodes are added or their positions change. (Inherited from Diagram.)

Links

Gets a collection of all DiagramLink objects in the diagram. (Inherited from Diagram.)

LinkSegments

Gets or sets the default number of link segments. (Inherited from Diagram.)

LinkShape

Gets or sets the default shape of diagram links. (Inherited from Diagram.)

LinksRetainForm

Gets or sets whether links should maintain their forms if the nodes linked with those links are moved around. (Inherited from Diagram.)

LinkText

Gets or sets the default text of links. (Inherited from Diagram.)

LinkTextStyle

Gets or sets default placement and orientation for links' text. (Inherited from Diagram.)

MagnifierFactor

Gets or sets the zoom factor of the magnifier tool. (Inherited from Diagram.)

MagnifierHeight

Gets or sets the height of the magnifier tool. (Inherited from Diagram.)

MagnifierStyle

Gets or sets the style of the magnifier tool. (Inherited from Diagram.)

MagnifierWidth

Gets or sets the width of the magnifier tool. (Inherited from Diagram.)

MeasureUnit

Gets or sets the unit of measure used for logical coordinates in this diagram. (Inherited from Diagram.)

MergeThreshold

Gets or sets the maximum distance between adjacent control points of a link at which the respective segments can be merged. (Inherited from Diagram.)

MinimumNodeSize

Gets or sets the minimum node size that the user is allowed to set. (Inherited from Diagram.)

ModificationEffect

Gets or sets the visual effect to apply during interactive modification of items. (Inherited from Diagram.)

MoveCursor

Gets or sets the mouse cursor shown to the user if the pointed object can be modified. (Inherited from Diagram.)

NodeEffects

Gets a collection with all effects applied to the nodes of this diagram. (Inherited from Diagram.)

Nodes

Gets a collection of all DiagramNode objects in the diagram. (Inherited from Diagram.)

NodesExpandable

Gets or sets a value indicating whether newly created nodes can be expanded. (Inherited from Diagram.)

NodeTemplate

Gets or sets the default DataTemplate used to display TemplatedNodes. (Inherited from Diagram.)

NowLoading

Gets a value indicating whether the diagram data is now being loaded from a file. (Inherited from Diagram.)

OverrideCursor

Sets the cursor and stops changing it depending on the context. (Inherited from Diagram.)

PanCursor

Gets or sets the mouse cursor displayed while panning the diagram view. (Inherited from Diagram.)

PanInertia

Gets or sets a value indicating whether panning the view will have inertia. (Inherited from Diagram.)

PointerCursor

Gets or sets the mouse cursor shown to the user when no modification is performed. (Inherited from Diagram.)

PolygonalTextLayout

Gets or sets a value indicating whether to enable the formatting of text inside non-rectangular shape node outlines. (Inherited from Diagram.)

PrintOptions

Gets an object which provides customization properties for printing and print-preview. (Inherited from Diagram.)

RecursiveExpand

Gets or sets value indicating how a tree is expanded. (Inherited from Diagram.)

RemoveHiddenItemsFromVisualTree

For internal use. (Inherited from Diagram.)

RestrictItemsToBounds

Gets or sets a value indicating whether users are allowed to place items outside the scrollable area of the diagram. (Inherited from Diagram.)

RightToLeftStyledText

Enables right-to-left support in styled text. (Inherited from Diagram.)

RotateCursor

Gets or sets the cursor shown when the mouse is over a node rotation handle. (Inherited from Diagram.)

RotationStep

Gets or sets the RotationAngle increment when users rotate a node. (Inherited from Diagram.)

RoundedLinks

Gets or sets a value indicating whether the joins between segments of Polyline and Cascading links should be rounded. (Inherited from Diagram.)

RoundedLinksRadius

Gets or sets the radius of arc joins of rounded links' segments. (Inherited from Diagram.)

RoundRectFactor

Gets or sets the relative size of arcs displayed at the corners of rounded rectangles. (Inherited from Diagram.)

RouteLinks

Gets or sets a value indicating whether links must avoid nodes by going the shortest path from their origin to their destination without crossing any other nodes. (Inherited from Diagram.)

RoutingOptions

Gets an object, which allows customizing various parameters of the link routing algorithm. (Inherited from Diagram.)

RowHighlightBrush

Gets or sets the Brush used to fill highlighted table rows. (Inherited from Diagram.)

ScriptHelper

Gets a ScriptHelper object which can be used in html scripts to instantiate various objects and to call static methods. (Inherited from Diagram.)

SelectAfterCreate

Gets or sets a value indicating whether newly created objects are automatically selected. (Inherited from Diagram.)

SelectedItemHandlesStyle

Gets the visual style of adjustment handles of selected items. (Inherited from Diagram.)

Selection

Gets a Selection instance that represents the selection of items in this diagram. (Inherited from Diagram.)

SelectionOnTop

Gets or sets a value indicating whether selected items should be painted on top of other items. (Inherited from Diagram.)

ShapeBrush

Gets or sets the default value for the Brush property of shape nodes. (Inherited from Diagram.)

ShapeCustomDraw

Gets or sets the default type of custom painting done for shape nodes. (Inherited from Diagram.)

ShapeHandlesStyle

Gets or sets the default value for the HandlesStyle property of new shape nodes. (Inherited from Diagram.)

ShapeNodeStyle

Gets or sets the theme-level style for shape nodes. (Inherited from Diagram.)

ShapeOrientation

Gets or sets the default value for the ShapeOrientation property of shape nodes. (Inherited from Diagram.)

ShapePen

Gets or sets the default value for the Pen property of shape nodes. (Inherited from Diagram.)

ShapeText

Gets or sets the default text of shape nodes. (Inherited from Diagram.)

ShowAnchors

Gets or sets a value indicating whether and when node anchor points should be displayed. (Inherited from Diagram.)

ShowDisabledHandles

Gets or sets a value indicating whether manipulation handles are painted when they are disabled. (Inherited from Diagram.)

ShowGrid

Gets or sets a value indicating whether the alignment grid is visible. (Inherited from Diagram.)

ShowHandlesOnDrag

Gets or sets a value indicating whether to display selection handles of objects under the mouse while another object is being modified. (Inherited from Diagram.)

SnapToAnchor

Gets or sets when link end points should be aligned to the nearest anchor points. (Inherited from Diagram.)

SortGroupsByZ

Gets or sets a value indicating whether grouped items should be drawn sorted by their z-order while the whole group is being moved. (Inherited from Diagram.)

StemStroke

Gets or sets a Brush used to draw the diagram's stem (backbone).

StemStrokeThickness

Gets or sets a double value specifying stem thickness.

SvgNodeStyle

Gets or sets the theme-level style for SVG nodes. (Inherited from Diagram.)

TableBrush

Gets or sets the default value for the Brush property of tables. (Inherited from Diagram.)

TableCaption

Gets or sets the default text for tables' captions. (Inherited from Diagram.)

TableCaptionHeight

Gets or sets the default height of table captions. (Inherited from Diagram.)

TableColumnCount

Gets or sets the default number of table columns. (Inherited from Diagram.)

TableColumnWidth

Gets or sets the default width of tables' columns. (Inherited from Diagram.)

TableConnectionStyle

Gets or sets a value indicating whether drawing a link between tables will connect rows of those tables, or the tables as whole entities. (Inherited from Diagram.)

TableCustomDraw

Gets or sets the default type of custom painting done on tables. (Inherited from Diagram.)

TableHandlesStyle

Gets or sets the default value for the HandlesStyle property of new tables. (Inherited from Diagram.)

TableNodeStyle

Gets or sets the theme-level style for table nodes. (Inherited from Diagram.)

TablePen

Gets or sets the default value for the Pen property of tables. (Inherited from Diagram.)

TableRowCount

Gets or sets the default number of table rows. (Inherited from Diagram.)

TableRowHeight

Gets or sets the default height of tables' rows. (Inherited from Diagram.)

TableShape

Gets or sets the default shape of new tables. (Inherited from Diagram.)

TablesScrollable

Gets or sets the default value for the Scrollable property of new tables. (Inherited from Diagram.)

TextBrush

Gets or sets the default brush of text displayed inside diagram items. (Inherited from Diagram.)

TextFormat

Gets or sets the default alignment and formatting style for text displayed inside nodes and table cells. (Inherited from Diagram.)

TextPadding

Gets or sets a Thickness value specifying label padding.

Theme

Gets or sets the theme associated with the diagram. (Inherited from Diagram.)

Title

Gets or sets a string specifying the diagram's title.

TouchHitDistance

Specifies distance from adjustment handles at which they are still considered as hit when processing touch input. (Inherited from Diagram.)

TreeViewNodeStyle

Gets or sets the theme-level style for treeview nodes. (Inherited from Diagram.)

UndoManager

Gets a reference to the diagram's UndoManager instance. (Inherited from Diagram.)

ValidityChecks

Gets or sets a value indicating whether validity checks are performed each time an item is added to the diagram. (Inherited from Diagram.)

VerticalResizeCursor

Gets or sets the mouse cursor shown to the user if dragging would resize an object vertically. (Inherited from Diagram.)

XmlOptions

An XmlOptions object providing properties for customizing the XML serialization process. (Inherited from DiagramBase.)

 Protected Properties

  Name Description

DocumentToDiagramMatrix

Returns a Matrix representing the transformation from diagram logical coordinates to the control's actual WPF device-indepepndent point coordinates. (Inherited from Diagram.)

LogicalChildren

Control.LogicalChildren override. (Inherited from Diagram.)

VisualChildrenCount

Visual.VisualChildrenCount override. (Inherited from Diagram.)

 See Also

FishboneDiagram Class
MindFusion.Diagramming.Wpf Namespace