This question is locked. New answers and comments are not allowed.
Hello,
how can i change connection arrow color?
I'm using style like this
I'm trying to set Background property, but nothing changed.
how can i change connection arrow color?
I'm using style like this
<Style x:Key="EdgeStyle" TargetType="telerik:RadDiagramConnection"> <Setter Property="TargetCapType" Value="Arrow2" /> <Setter Property="ContentTemplate"> <Setter.Value> <DataTemplate /> </Setter.Value> </Setter> </Style>