Hi,
I can change Diagram.LayoutManager.AnimationTime in code.
private void LayoutRoot_Loaded(object sender, RoutedEventArgs e)
{
myDiagram.LayoutManager.AnimationTime = 2000;
}
I also tried to change it in xaml.
go:Diagram.LayoutManager
No Properties Available
</go:Diagram.LayoutManager>
How an I change AnimationTime in xaml?
Thanks
Rich