ImageSliderNavigationBarThumbnailStyle.SelectedStyle Property
In This Article
Gets the style settings that define the selected thumbnail appearance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Appearance |
A Appearance |
#Remarks
<dx:ASPxImageZoomNavigator ID="zoomNavigator" runat="server" ...>
...
<Styles>
<Thumbnail ImageHeight="75" ImageWidth="75" >
<SelectedStyle Border-BorderColor="Red" Border-BorderWidth="3">
</SelectedStyle>
</Thumbnail>
</Styles>
</dx:ASPxImageZoomNavigator>
See Also