Line thickness

Hi,

I am using node figure LineH in my goxam diagram. how can i increase its thickness programatically

( using xaml binding) , also how can i find its starting and end position while rotating

Thanks & Regards
Arun

You want to set or data-bind the Path.StrokeThickness.

When the user rotates an object the starting angle is held by the property RotatingTool.OriginalAngle. During the rotation you can call RotatingTool.ComputeRotate to get the current angle.