Can I remove the frame of grid?(attachment)
<ScrollViewer CanContentScroll="True"> <telerik:RadCarousel x:Name="carousel" IsSynchronizedWithCurrentItem="False" HorizontalScrollBarVisibility="Hidden" Loaded="carousel_Loaded" Height="309" > <telerik:RadCarousel.ReflectionSettings> <telerik:ReflectionSettings HiddenPercentage="0" OffsetY="0" Opacity="0" Visibility="Collapsed"/> </telerik:RadCarousel.ReflectionSettings> <Grid Height="111" Width="111" > <Grid.Background> <ImageBrush ImageSource="a.png"/> </Grid.Background> </Grid> <Grid Height="111" Width="111" > <Grid.Background> <ImageBrush ImageSource="b.png"/> </Grid.Background> </Grid> <Grid Height="111" Width="111"> <Grid.Background> <ImageBrush ImageSource="c.png"/> </Grid.Background> </Grid> </telerik:RadCarousel> </ScrollViewer> </Grid>