José Escrich Blog

extensibility thoughts

  Home  |   Contact  |   Syndication    |   Login
  17 Posts | 0 Stories | 2 Comments | 0 Trackbacks

News

Software Factories Toolkit, download now from http://softwarefactoriestoolkit.net

Tag Cloud


Archives

Post Categories

Image Galleries

Other Blogs

February 2007 Entries

There are an easily way to change the position, size and order of the swimlane shapes in your dsl. To do that, you just have to create a partial class of the swimlane that you want to modify its boundary and then override its BoundRules property, like this: Also you must create the BoundRules custom class and override the GetCompliantBounds method which returns the rectangle in which the swimlane will be painted. This method receives the shape and the proposed rectangle, with those values you can...