ImageSliderStyles.PassePartout Property
Gets the style settings that define the appearance of a passe-partout.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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