MindFusion.Wpf Pack Programmer's Guide
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.  

FontFamily

Sets the preferred font family for this DiagramItem.

FontSize

Sets the font size for this DiagramItem.

FontStretch

Sets the font-stretching characteristics for this DiagramItem.

FontStyle

Sets the font style for this DiagramItem.

FontWeight

Sets the font weight for this DiagramItem.

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.

Stroke

Overloaded.  

StrokeDashCap

Sets a PenLineCap enumeration value that specifies how the ends of a dash are drawn.

StrokeDashStyle

Sets the pattern of dashes and gaps used to outline items.

StrokeEndLineCap

Sets a PenLineCap enumeration value that specifies what shape to draw at the end of a Stroke.

StrokeLineJoin

Sets a PenLineJoin enumeration value that specifies the type of join that is used at the vertices of the item's outline.

StrokeMiterLimit

Sets a limit on the ratio of the miter length to half the StrokeThickness of an item outline element.

StrokeStartLineCap

Sets a PenLineCap enumeration value that specifies what shape to draw at the start of a Stroke.

StrokeThickness

Sets the width of the DiagramItem stroke outline.

Tag

Sets user-defined data associated with this item.

Text

Sets the text displayed inside this item.

TextAlignment

Sets a value that indicates the horizontal alignment of text content.

TextBrush

Overloaded.  

TextDecorations

Sets the effects to apply to the text of this DiagramItem.

TextPadding

Sets the thickness of padding space between the item boundaries and its text.

TextTrimming

Sets the text trimming to employ when text overflows the item area.

TextVerticalAlignment

Sets a value that indicates the vertical alignment of text content.

TextWrapping

Sets how this DiagramItem should wrap 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

DiagramItemExtensions Class
MindFusion.Diagramming.Wpf.Fluent Namespace