How To Notify When Shapes Are Ready For Layout

Thread is closed for posting
1 posts, 0 answers
  1. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 06 Jul 2012 Link to this post

    Requirements

    RadControls version Q2 2012 WPF Only
    .NET version 4.0
    Visual Studio version 2010
    programming language C#, WPF
    browser support

    -----


    PROJECT DESCRIPTION
    This project demonstrates how to create a custom DiagramSurface in the template of the RadDiagram, which allow us to know when the shapes are ready for Layout operation. This is done with inheriting the DiagramSurface class, overriding the ArrangeOverride method which raises a custom routed event. This event ensures that RadDiagramShapes are ready for Layout operation.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.