Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
905
XamDataCarousel Image Field Background Color
posted

Hello I have a XamDataCarousel,

I set data source of the XamDataCarousel and added some image fields. But images have default background color of the theme. Is there any way to set background property of the images to transparent .

  • 69686
    Suggested Answer
    posted

    Hello,

    The CellValuePresenter exposes several background properties, like Background, BackgroundActive, BackgroundSelected, which you can change to Transparent. So, you can create a style for the CVP and create setters for these properites. Please note that you have to define the style within the resources of the XamDataCarousel, as you are using a theme.