ImageSliderStyles.PassePartout Property
In This Article
Gets the style settings that define the appearance of a passe-partout.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageSliderPassePartoutStyle PassePartout { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#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