Hi,
Is it possible to change the summery arrows color?
I tried with this code ... but only the line color changed
Thank you
<Style TargetType="telerik:SummaryContainer" > <Setter Property="ToolTipTemplate"> <Setter.Value> <StaticResourceExtension ResourceKey="GanttTooltipSummaryTemplate" /> </Setter.Value> </Setter> <Setter Property="Background"> <Setter.Value> <SolidColorBrush Color="LightGreen" Opacity="0.8" /> </Setter.Value> </Setter> </Style>