Hi,
Please tell me the way to override the custom color and appearance of the CarouselScrollButton. I tried the following code and it didn't have any effect on button.
Please tell me what am i doing wrong.
Regards,
Raj.
Please tell me the way to override the custom color and appearance of the CarouselScrollButton. I tried the following code and it didn't have any effect on button.
<br> <telerik:CarouselScrollButton Margin="2" CarouselScrollButtonType="LineLeft" Grid.Column="1" Height="40" Width="40" Command="{x:Static ScrollBar.LineLeftCommand}" Style="{StaticResource CarouselScrollButtonStyle}" ><br> <telerik:CarouselScrollButton.Foreground><br> <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"><br> <GradientStop Color="#FFD0F262" Offset="0.004"/><br> <GradientStop Color="#FFDEEC58" Offset="1"/><br> </LinearGradientBrush><br> </telerik:CarouselScrollButton.Foreground><br> </telerik:CarouselScrollButton>Please tell me what am i doing wrong.
Regards,
Raj.