Hi Team!! Thanks for all your help,
I am creating a pool / Lane from Aspose to Visio File, I need put the text in the pool text, but with your example it appears in the center of shape.
this is my code
shapeId = diagram.AddShape(3.5, 9.5,7,3, @"Pool / Lane", 0);
shape = diagram.Pages[0].Shapes.GetShape(shapeId);
shape.Text.Value.Add(new Txt(@"Pool."));
Additionally, if I try to modify the text in visio (out_file) I can’t.
Thanks!!!
Consu.