Using the Sequence Styling

One of the most commonly used designers and generally the root is the Sequence activity. Of course, we spent some amount of time adding the animation and styling to the the Sequence Activity Designer.

However, due to a number of reasons(costs mainly), the activity designer is internal. However, the good news is customers can take advantage of the styling and animation that of the sequence designer so all the composite designers can avail to it and have a consistent experience throughout their workflow authoring.

This is through:

  <ContentPresenter x:Uid="ContentPresenter_1" Content="{Binding}" Style='{x:Static sacdt:DesignerStylesDictionary.SequenceStyle}'/>

where sacdt is for System.Activities.Core.Presentation.Themes namespace in System.Core.Presentation assembly.

Thanks,

Kushal.