flow diagramming - MindFusion.Diagramming for Silverlight

  1. MindFusion Group updates DiagramLite

    Notas de la versión: Updates in V1.2 Ruler control The Ruler control provides horizontal and vertical scales that helps users measure and align diagram items. In order to use the Ruler, it must be set as a parent ... of the Diagram object, i.e. in XAML the <Ruler> element should contain the <Diagram> element. The control also implements a scrollable area and can be used instead of ScrollViewer. Styling ... enhancements The EnableCustomLayers property enables assigning nodes to specific layers Set the EnforceLinkFlow property to force links flow in the same general direction when there aren't any cycles ...

  2. Acerca de MindFusion.Diagramming for Silverlight

    Descripción: Añada a sus aplicaciones Silverlight flujo de trabajo, diagrama de flujo, diagramas de procesos, etc. MindFusion.Diagramming for Silverlight provides applications targeting the Silverlight platform ... with the ability to create and display various kinds of diagram. MindFusion.Diagramming for Silverlight supports workflow, flowchart and process diagrams, object hierarchy and relationship charts, ... for Silverlight's Diagram objects can have different styles, colors, fonts and pictures. MindFusion.Diagramming for Silverlight's programming model comprises more than 300 methods, properties ...

  3. Precios de MindFusion.Diagramming for Silverlight

    Precios: MindFusion.Diagramming for Silverlight V3.2 Each license includes a free 12-month Upgrade Subscription 1 Developer License Nuestro Número de Referencia: 528055-1090249 4 Developer License ... de Referencia: 528055-1090255 1 Enterprise License (An unlimited number of developers at all branches of the organization) Nuestro Número de Referencia: 528055-1090276 MindFusion.Diagramming for Silverlight V3.2- ... Enterprise License (An unlimited number of developers at all branches of the organization) Nuestro Número de Referencia: 528055-1090273 MindFusion.Diagramming for Silverlight- Upgrade Subscription Renewal ...

  4. Licenciamiento de MindFusion.Diagramming for Silverlight

    Licencias: ...

  5. Compatibilidad de MindFusion.Diagramming for Silverlight

    Compatibilidad: Sistema operativo para despliegue Windows 8.1 Windows 8 Windows 7 Windows Vista Windows XP Arquitectura de producto 32Bit Tipo de producto Componente Tipo de componente Silverlight 100% Managed Code Creado mediante Visual C#.NET Contenedores compatibles Microsoft Visual Studio 2013 Microsoft Visual ...

  6. About MindFusion.Diagramming for Silverlight

    Descripción: Add workflow, flowchart, process diagrams and more to your Silverlight applications. MindFusion.Diagramming for Silverlight provides applications targeting the Silverlight platform with the ability ... to create and display various kinds of diagram. MindFusion.Diagramming for Silverlight supports workflow, flowchart and process diagrams, object hierarchy and relationship charts, entity-relationship ... diagrams, structures like graphs and trees, etc. Every behavioral and appearance aspect of MindFusion.Diagramming for Silverlight can be customized as best suits your project. MindFusion.Diagramming ...

  7. MindFusion.Diagramming for Silverlight Prices

    Precios: MindFusion.Diagramming for Silverlight V3.2 Each license includes a free 12-month Upgrade Subscription 1 Developer License Our Part No: 528055-1090249 4 Developer License Our Part No: 528055-1090252 ... number of developers at all branches of the organization) Our Part No: 528055-1090276 MindFusion.Diagramming for Silverlight V3.2- with Source code Each license includes a free 12-month Upgrade ... at a single physical address) Our Part No: 528055-1090264 1 Enterprise License (An unlimited number of developers at all branches of the organization) Our Part No: 528055-1090273 MindFusion.Diagramming ...

  8. MindFusion.Diagramming for Silverlight Licensing

    Licencias: ...

  9. MindFusion.Diagramming for Silverlight Compatibility

    Compatibilidad: Operating System for Deployment Windows 8.1 Windows 8 Windows 7 Windows Vista Windows XP Architecture of Product 32Bit Product Type Component Component Type Silverlight 100% Managed Code Built Using Visual C#.NET Compatible Containers Microsoft Visual Studio 2013 Microsoft Visual Studio 2012 ...

  10. DiagramLite adds Foldable Containers

    Notas de la versión: Updates in V3.2 Foldable Containers- Let your users easily fold and unfold containers by clicking an arrow. Improved Arrowhead Rendering- Arrowheads are rendered as a single path when possible and several arrowhead Shape definitions have been changed to implement mitered joints when ...

  11. DiagramLite adds Layer List Control

    Notas de la versión: Updates in V3.0 Node Effects- Visual effects, including GlassEffect and AeroEffect, can be applied to nodes. Theme Editor- A simple visual environment for theme creation and modification. Diagram ... Documents- The DiagramDocument class represents a collection of diagram pages or sheets, represented by DiagramPage objects. Multiple Labels per Link- The LinkLabel class allows multiple captions ... with layer objects. One-way Layout- Ensures links enter from the same general direction and exit from the opposite side. Magnifier- Allows users to interactively zoom in or out of the diagram. ...

  12. DiagramLite adds FractalLayout Layout Algorithm

    Notas de la versión: Updates in V2.3 Interactive node alignment via alignment guides FractalLayout tree layout algorithm Specify start and end nodes for LayeredLayout MoveDirection constraint added to NodeConstraints GetAllIncomingLinks and GetAllOutgoingLinks methods added Attach and group nodes hierarchically ...

  13. DiagramLite updated

    Notas de la versión: Updates in V2.2 VirtualizingDiagram control adds virtualization support Clicked event raised when the user clicks on the diagram Diagram.Viewport returns the visible portion of the diagram Several ...

  14. DiagramLite V2.0.1 released

    Notas de la versión: Updates in V2.0.1 Create HTML image maps for exported diagram images Id property added to DiagramItem DelKeyAction specifies how to process Del key-press LinkDeleting and NodeDeleting validation ...

  15. DiagramLite adds CompositeLayout graph algorithm

    Notas de la versión: Updates in V2.1 CompositeLayout multi-level graph layout algorithm Improved alignment in FlowchartLayout branches OrthogonalLayout improved to create less link bends SpringLayout improved support for nodes with non-uniform size New DisableMirroring constraint prevents users from flipping a node ...

  16. DiagramLite adds swimlanes

    Notas de la versión: Updates in V2.0 Swimlanes The lane grid lets you emphasize the relationship between a group of diagram items by displaying them in a distinct lane or cell within the grid. To display the lane grid, ... set the EnableLanes property of the Diagram class to true. In order to customize the grid, set the various attributes exposed by the LaneGrid property, which lets you specify the number of rows ... diagrams in which nodes representing activities are placed in swimlanes representing resources. The index of the resource allocated to an activity should be assigned to the corresponding node's ...

  17. DiagramLite adds clipboard support

    Notas de la versión: Updates in V1.7 Clipboard Support A single diagram item or a selection of items can be copied or cut to the Windows clipboard. This is done programmatically using the CopyToClipboard ... and CutToClipboard methods. To paste the clipboard contents into the current diagram, call PasteFromClipboard. Clipboard support was introduced with version 4 of Silverlight, so these methods are not available ... displayed beside Expandable nodes can be customized using the ExpandButtonTemplate property. The AutoScroll property enabled automatic scrolling when the mouse is dragged near the diagram edges. ...

  18. DiagramLite supports custom arrowheads

    Notas de la versión: that control the handles stroke and fill attributes. Different arrowhead shapes can be filled with distinct brushes as set through HeadBrush, BaseBrush and IntermediateBrush. The diagram area can be resized ... automatically to fit the current diagram items as set through the AutoResize property. InitializeNode and InitializeLink events are raised when the user starts drawing a new item and can be used to customize ...

  19. DiagramLite adds Silverlight 4 support

    Notas de la versión: Updates in V1.5 Support for Silverlight 4 The package now includes a Silverlight 4 version of the MindFusion.Diagramming assembly, available in the VS2010 subfolder of the installation folder. ... of the component. Call the Print method to print the current diagram. The PrintOptions class exposes the available settings for printing such as Margins and HeaderFormat. An instance of this structure is accessible ... via the diagram's PrintOptions property. Visual states The DiagramItem class now defines two visual state groups. The group SelectionStates contains the Unselected and Selected states. ...

  20. DiagramLite updated to V1.3

    Notas de la versión: Updates in V1.3 Undo / redo support NodeListView control New grid appearance properties Rounded link joins Mouse cursors show what action will start at the current position ...