Search
DiagramPage Properties
 


 Public Properties

  Name Description

ActiveItem

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

ActiveItemHandlesStyle

Gets or sets 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.)

AdjustmentHandlesSize

Gets or sets the size of the handles, which appear around selected objects. This is a dependency property. (Inherited from Diagram.)

AlignmentGuidePen

Gets or sets the pen used to draw alignment guides. This is a dependency property. (Inherited from Diagram.)

AlignToGrid

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

AllowInplaceEdit

Gets or sets a value indicating whether in-place editing of the text of objects is enabled. (Inherited from Diagram.)

AllowMultipleResize

Specifies whether multiple selected nodes can be resized simultaneously. This is a dependency property. (Inherited from Diagram.)

AllowUnconnectedLinks

Gets or sets a value indicating whether users are allowed to draw links that are not connected to any node. This is a dependency property. (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.)

AutoResize

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

AutoScroll

Gets or sets a value indicating whether auto scrolling of the document area is enabled. This is a dependency property. (Inherited from Diagram.)

AutoSnapDistance

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

AutoSnapLinks

Specifies whether link end points should automatically snap to the nearest diagram node. (Inherited from Diagram.)

BackBrush

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

Behavior

Gets or sets a value indicating how the control responds to user actions. (Inherited from Diagram.)

Bounds

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

CanRedo

Gets or sets a value indicating whether there is a command in the redo history which can be redone Useful for binding to menu items and buttons IsEnabled property. This is a dependency property. (Inherited from Diagram.)

CanUndo

Gets or sets a value indicating whether there is a command in the undo history which can be undone. Useful for binding to menu items and buttons IsEnabled property. This is a dependency property. (Inherited from Diagram.)

ContainerNodeStyle

Gets or sets the theme-level style for container nodes. This is a dependency property. (Inherited from Diagram.)

ContainersFoldable

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

CrossingRadius

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

CustomBehavior

Gets or sets a custom Behavior object specifying how Diagramming for WinUI responds to mouse input. (Inherited from Diagram.)

DefaultControlType

Gets or sets the type of the controls that will be hosted by default in newly create ControlNode objects. (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.)

DiagramLinkStyle

Gets or sets the theme-level style for diagram links. This is a dependency property. (Inherited from Diagram.)

DisabledHandlesStyle

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

DocumentPlane

DocumentPlane is visual child of diagram and ancestor of all diagram items. The DocumentPlane element is translated with respect to Diagram element so that the point Diagram.Bounds.TopLeft from the DocumentPlane is rendered at Diagram element location (0,0). The coordinate system of the DocumentPlane is the document coordinate system. The intended use of this property is mainly in MouseMove event handling (Inherited from Diagram.)

DynamicLinks

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

Enabled

Disables handling of mouse events. The diagram is not interactive similar to Behavior.DoNothing, but item events are not raised. (Inherited from Diagram.)

EnableLanes

Gets or sets whether lanes are enabled. This is a dependency property. (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.)

ExpandButtonBrush

Gets or sets the brush used to fill expand/collapse button of nodes. (Inherited from Diagram.)

ExpandButtonPosition

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

ExpandButtonTemplate

Gets or sets a custom ControlTemplate for the ExpandButton class. This is a dependency property. (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.)

GridColor

Gets or sets the color of the grid points. (Inherited from Diagram.)

GridDashArray

Gets or sets a collection of double values that indicate the pattern of dashes and gaps that is used to draw grid lines. This is a dependency property. (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.)

GridPointSize

Gets or sets the size of shapes used to represent grid points. This is a dependency property. (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.)

HitTestPriority

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

Icon

Gets or sets an image associated with the page. This is a dependency property.

InplaceEditAcceptOnEnter

Gets or sets a value indicating whether pressing the ENTER key should exit inplace-edit mode and accept changes made to text. (Inherited from Diagram.)

InplaceEditCancelOnEsc

Gets or sets a value indicating whether pressing the ESC key should exit inplace-edit mode and reject changes made to text. (Inherited from Diagram.)

Interaction

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

Items

Represents a strongly typed collection of DiagramItem objects. (Inherited from Diagram.)

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 Diagram.)

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.)

LinkCrossings

Gets or sets how to render the intersection points where links cross their paths. (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.)

LinkIntermediateShape

Gets or sets default shape to be displayed in 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 Stroke and HeadStroke 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 DiagramLinkCollection containing the links. (Inherited from Diagram.)

LinkSegments

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

LinkShape

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

MeasureUnit

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

ModificationStart

Gets or sets how users can start modifying diagram items. (Inherited from Diagram.)

NodeEffects

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

Nodes

Gets a DiagramNodeCollection containing the nodes. (Inherited from Diagram.)

NodesExpandable

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

OverrideCursor

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

RecursiveExpand

Gets or sets value indicating how a tree is expanded. (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.)

RouteLinks

Gets or sets a value indicating whether links should 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.)

ScrollX

Gets or sets the document's X scroll position. (Inherited from Diagram.)

ScrollY

Gets or sets the document's Y scroll position. (Inherited from Diagram.)

ScrollZoneSize

Gets or sets the size of the auto scroll zone near the edges of the control. (Inherited from Diagram.)

SelectedItemHandlesStyle

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

Selection

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

ShapeBrush

Gets or sets the default value for the Brush property of 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. This is a dependency property. (Inherited from Diagram.)

ShapePen

Gets or sets the default value for the Stroke property 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.)

ShowGrid

Gets or sets a value indicating whether the alignment grid is visible. (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.)

TableNodeStyle

Gets or sets the theme-level style for table nodes. This is a dependency property. (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.)

Theme

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

Title

Gets or sets the page title. This is a dependency property.

TitleBrush

Gets or sets the brush of the title when the title is displayed. This is a dependency property.

TreeViewNodeStyle

Gets or sets the theme-level style for treeview nodes. This is a dependency property. (Inherited from Diagram.)

UndoEnabled

Gets or sets a value indicating whether saving action records for later undo is enabled. (Inherited from Diagram.)

Viewport

Returns the visible portion of the diagram area. (Inherited from Diagram.)

ZoomFactor

Gets or sets the zoom factor used to scale up or down the Diagram. This is a dependency property. (Inherited from Diagram.)

 See Also