Search
DiagramItemExtensions Members
Methods
 


Provides extension methods for DiagramItem fluent API.

The following tables list the members exposed by the DiagramItemExtensions type.

 Public Methods

  Name Description

Brush

Overloaded.  

Font

Overloaded.  

HyperLink

Sets the hyperlink associated with this diagram item.

Id

Sets user-defined identifier associated with this item.

IgnoreLayout

Sets a value indicating whether the position of this item should not be changed by automatic layout methods.

LayerIndex

Sets the zero-based index of the layer this item is associated with, or -1, if the item is not associated with a layer.

Locked

Sets a value indicating whether users are allowed to edit the diagram item.

Pen

Sets the pen used to paint the frame of the item.

Printable

Sets a value indicating whether to print the item.

Selected

Sets a value indicating whether a diagram item is selected.

ShadowBrush

Overloaded.  

ShadowOffsetX

Sets the horizontal offset of the shadow of this item.

ShadowOffsetY

Sets the vertical offset of the shadow of this item.

Style

Sets the style associated with the item.

Tag

Sets user-defined data associated with this item.

TextBrush

Overloaded.  

TextPadding

Sets the spacing between the item boundaries and its text.

ToolTip

Sets a short text message displayed when the mouse pointer rests over a diagram element.

Visible

Sets a value indicating whether this item is visible.

Weight

Sets a weight value used in layout and path-finding algorithms.

ZIndex

Sets the z-order position of the object.

 See Also