Search
DiagramLink Properties
 


 Public Properties

  Name Description

autoRoute

Gets or sets whether this link should be automatically routed to avoid crossing nodes.

baseBrush

Gets or sets an object that specifies how to fill link's baseShape.

baseShape

Gets or sets the arrowhead shape displayed at the link' start point.

baseShapeSize

Gets or sets the size of the arrowhead displayed at the link's start point.

Brush

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

controlPoints

Gets or sets the control points of this link.

destination

Gets or sets the destination node of this link.

destinationAnchor

Gets or sets the anchor point to which the link connects at its destination.

destinationIndex

Gets or sets the index of link's destination row when destination is a TableNode.

dynamic

Gets or sets whether link's end segments are automatically adjustedin order to keep pointing to the centers of the nodes it connects.

EffectiveBrush

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

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

endPoint

Gets or sets the last control point of this link.

Font

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

headBrush

Gets or sets an object that specifies how to fill link's headShape.

headShape

Gets or sets the arrowhead shape displayed at the link' end point.

headShapeSize

Gets or sets the size of the arrowhead displayed at the link's end point.

headStroke

Gets or sets the brush used to stroke the outline of link's arrowheads.

headStrokeDashStyle

Gets or sets the dash pattern of arrowhead outlines.

headStrokeThickness

Gets or sets the thickness of arrowhead outlines.

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

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

origin

Gets or sets the origin node of this link.

originAnchor

Gets or sets the anchor point to which the link connects at its origin.

originIndex

Gets or sets the index of link's origin row when origin is a TableNode.

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

RuntimeIndex

For internal use. (Inherited from DiagramItem.)

segmentCount

Gets or sets the number of segments that form the link's geometry.

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

shape

Gets or sets the type of link segments and how they are oriented relatively to each other.

startPoint

Gets or sets the first control point of this link.

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

Text

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

textAlignment

Gets or sets the alignment of link's text.

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

textStyle

Gets or sets the placement and orientation of link's text.

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