Skip to main content
A newer version of this page is available. .
Tab

ImageSliderStyles.PassePartout Property

Gets the style settings that define the appearance of a passe-partout.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageSliderPassePartoutStyle PassePartout { get; }

Property Value

Type Description
ImageSliderPassePartoutStyle

An ImageSliderPassePartoutStyle object that contains the style settings.

Remarks

Use the PassePartout property to specify the image slider passe-partout color. You can set the passe-partout to be transparent as well.

<dx:ASPxImageSlider ID="ASPxImageSlider1" runat="server" BinaryImageCacheFolder="~\Thumb\" ImageSourceFolder="~\Images\">
     <Styles>
          <PassePartout BackColor="Transparent" />
     </Styles>
</dx:ASPxImageSlider>
See Also