Quantcast
Channel: Northwoods Software - Latest topics
Viewing all articles
Browse latest Browse all 7424

ToShortLength not working

$
0
0

@slasia wrote:

Hello! I'm trying to implement the Short Length property, but does not work ... I pass code

                    <go:Route
                        Curve="{Binding Path=Data.Curve, Mode=TwoWay}"
                        Corner="{Binding Path=Data.Corner, Mode=TwoWay}"
                        Routing="{Binding Path=Data.Routing, Mode=TwoWay}"
                        Curviness="{Binding Path=Data.Curviness, Mode=TwoWay}"
                        Smoothness="{Binding Path=Data.Smoothness, Mode=TwoWay}"
                        ToShortLength="{Binding Path=Data.ToShortLength, Mode=TwoWay}"
                        FromShortLength="{Binding Path=Data.FromShortLength, Mode=TwoWay}"
                        RelinkableFrom="True" RelinkableTo="True" />
                </go:Link.Route>

and the event in c# is:

                        (part.Data as Enlace).ToShortLength = 50;
                        (part.Data as Enlace).FromShortLength = 50;

and result is:

Can help me please?

Posts: 9

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7424