Hello,
as mentioned in the title, I would like to set some of RadToolTipServices' properties globally. I tried to set them as follows:
but this had no effect on the positioning. Do I have to set those properties elsewhere or is this a bug?
Currently, I got the desired result by adjusting the margin in the template.
Best regards
as mentioned in the title, I would like to set some of RadToolTipServices' properties globally. I tried to set them as follows:
<Style x:Key="RadToolTipStyle" TargetType="telerik:RadToolTip"> <Setter Property="Placement" Value="Top"/> <Setter Property="HorizontalOffset" Value="10"/> <Setter Property="VerticalOffset" Value="10"/> ...</Style> <Style TargetType="telerik:RadToolTip" BasedOn="{StaticResource RadToolTipStyle}"/>Currently, I got the desired result by adjusting the margin in the template.
Best regards
