Search
DiagramNode Properties
 


 Public Properties

  Name Description

allowIncomingLinks

Gets or sets whether users are allowed to draw incoming links to this node.

allowOutgoingLinks

Gets or sets whether users are allowed to draw outgoing links from this node.

anchorPattern

Gets or sets the anchor points to which links attach when connected to this node.

attachedNodes

Returns the nodes attached to this node.

bounds

Gets or sets a rectangle that defines the position of this node.

Brush

Gets or sets the brush used to fill the interior of this item. (Inherited from DiagramItem.)

center

Gets the center of this node's bounding rectangle.

EffectiveBrush

Gets the effective brush of the item. (Inherited from DiagramItem.)

effectiveEffects

Gets the effects applied to this node.

EffectiveFont

Gets the currently effective font of the item. (Inherited from DiagramItem.)

EffectivePen

Gets the effective pen of the item. (Inherited from DiagramItem.)

EffectiveShadowBrush

Gets the effective shadow brush of the item. (Inherited from DiagramItem.)

EffectiveTextBrush

Gets the effective text brush of the item. (Inherited from DiagramItem.)

effects

Gets the effects applied to this node.

enabledHandles

Gets or sets a value indicating which adjustment handles are enabled for this node.

expandable

Gets or sets whether users are allowed to expand or collapse the subtree rooted at this node.

expanded

Gets or sets whether the subtree rooted at this node is expanded.

Font

Gets or sets the font used to render the item's text. (Inherited from DiagramItem.)

handlesStyle

Gets or sets a value specifying appearance and behavior of node's adjustment handles.

HyperLink

Gets or sets the hyperlink associated with this diagram item. (Inherited from DiagramItem.)

Id

Gets or sets user-defined identifier associated with this item. (Inherited from DiagramItem.)

IgnoreLayout

Gets or sets a value indicating whether the position of this item should not be changed by automatic layout methods. (Inherited from DiagramItem.)

incomingLinks

Gets the incoming links to this node.

LayerIndex

Gets or sets the zero-based index of the layer this item is associated with, or -1, if the item is not associated with a layer. (Inherited from DiagramItem.)

LayoutTraits

Contains layout properties of the node, used by some layout algorithms and by DiagramView3D. (Inherited from DiagramItem.)

Locked

Gets or sets a value indicating whether users are allowed to edit the diagram item. (Inherited from DiagramItem.)

masterNode

Returns the node to which this node is attached.

obstacle

Gets or sets whether this node is considered an obstacle by link routing algorithms.

outgoingLinks

Gets the outgoing links from this node.

Parent

Gets the diagram that contains this item. (Inherited from DiagramItem.)

Pen

Gets or sets the pen used to paint the frame of the item. (Inherited from DiagramItem.)

Printable

Gets or sets a value indicating whether to print the item. (Inherited from DiagramItem.)

rotationAngle

Gets or sets the angle at which this node is rotated.

RuntimeIndex

For internal use. (Inherited from DiagramItem.)

Selected

Gets or sets a value indicating whether a diagram item is selected. (Inherited from DiagramItem.)

ShadowBrush

Gets or sets the brush used to paint the item's shadow. (Inherited from DiagramItem.)

ShadowOffsetX

Gets or sets the horizontal offset of the shadow of this item. (Inherited from DiagramItem.)

ShadowOffsetY

Gets or sets the vertical offset of the shadow of this item. (Inherited from DiagramItem.)

showDeleteButton

Gets or sets whether this node displays a delete button.

Style

Gets or sets the style associated with the item. (Inherited from DiagramItem.)

SubordinateGroup

Gets a reference to the group of items that are attached to this one. (Inherited from DiagramItem.)

Tag

Gets or sets user-defined data associated with this item. (Inherited from DiagramItem.)

Text

Gets or sets the text displayed by this item. (Inherited from DiagramItem.)

TextBrush

Gets or sets the brush used to paint texts inside the item. (Inherited from DiagramItem.)

TextFormat

Gets or sets the alignment of text displayed inside this item. (Inherited from DiagramItem.)

TextPadding

Gets or sets the spacing between the item boundaries and its text. (Inherited from DiagramItem.)

ToolTip

Gets or sets a short text message displayed when the mouse pointer rests over the diagram element. (Inherited from DiagramItem.)

TopLevel

True if this is a top-level item in the diagram, or false if it is inside a container. (Inherited from DiagramItem.)

Visible

Gets or sets a value indicating whether this item is visible. (Inherited from DiagramItem.)

Weight

Gets or sets a weight value used in layout and path-finding algorithms. (Inherited from DiagramItem.)

ZIndex

Gets or sets the z-order position of this item. (Inherited from DiagramItem.)

 Protected Properties

  Name Description

MeasureUnit

Returns the diagram measure unit. (Inherited from DiagramItem.)

 See Also