이 페이지는 아카이브화 되어 더 이상 업데이트 되지 않습니다.

더 이상 이 제품을 제공 하지 않습니다.

AddFlow for Silverlight Standard

Silverlight 응용 프로그램을 위한 대화형 순서도 및 워크플로 다이어그램을 만듭니다.

Lassalle Technologies사에서 공개
2002년 부터 ComponentSource에서 판매중

버젼: v2.0 업데이스 날짜: Jan 7, 2014

i

Please note that AddFlow for Silverlight is now End Of Life and is no longer available to buy. Existing customers will still be supported.

Looking for an alternative solution?
Check out AddFlow for HTML5

AddFlow for Silverlight Standard 주요 기능

Features of AddFlow for Silverlight Standard

AddFlow for Silverlight is a Silverlight 4 control for creating flowchart diagrams. AddFlow for Silverlight offers the following advantages:

  • A small deployment assembly: The size of the Lassalle.Silverlight.Flow.dll file is less than 150 Kb.
  • A light programming interface, great flexibility and full integration with the Silverlight environment
  • Separation between visual appearance (defined in xaml) and logic: Every visual elements can be customized: nodes, links, connectors, resizing handles, etc...
  • Runtime royalty free

AddFlow for Silverlight Professional Edition also include a set of graph layout components


AddFlow for Silverlight Main Features

General

  • Drawings can be made interactively or programmatically.
  • Distinct shapes, styles, colors, font can be defined on a per item basis (for a node or a link) or as default properties for the control.
  • Use of the LINQ technology allowing you to traverse the graph in many ways.
  • Many properties allowing customizing the control (CanDrawNode, CanMoveNode, CanMultiLink, etc...) or an item (IsXSizeable, IsYSizeable, IsXMoveable, IsYMoveable, IsSelectable, IsStretchable, etc...)
  • A node is a ContentControl: it may contain anything.

Interactivity and display facilities

  • Multi selection
  • Multi-level Undo/Redo
  • Nodes stay connected when moved or resized
  • Zooming
  • Scrolling
  • Alignment to grid

Nodes

  • A node may contain anything and any other Silverlight control
  • The node content is fully customizable (styles, templates)
  • 43 Predefined shapes (and the list can be easily increased)
  • Ability to display a text and an image in a node
  • Text positioning options
  • Image positioning options
  • Shadows, transparency, zorder, etc...

Links

  • 15 predefined arrow styles (and the list can be easily increased: it is easy to define your own custom arrows)
  • The style of a link can be redefined.
  • Stretchable links. A link can be composed of many segments. The user can interactively add or remove segments
  • Curved links (Bezier and Spline)
  • Reflexive links
  • Possibility to interactively change the origin node or the destination node of a link

Automatic Graph Layout (Professional version only)

AddFlow provides a set of several graph layout algorithms:

  • Hierarchic layout
  • Orthogonal layout
  • Symmetric (force-directed) layout
  • Series Parallel layout
  • Tree layout
  • Radial Layout

Each of these graph layout algorithms performs a layout on a graph. Performing a layout automatically positions its nodes (also called vertices) and links (also called edges).