Skip to main content
Tab

ImageSliderNavigationBarThumbnailStyle.SelectedStyle Property

Gets the style settings that define the selected thumbnail appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual AppearanceSelectedStyle SelectedStyle { get; }

Property Value

Type Description
AppearanceSelectedStyle

A AppearanceSelectedStyle object that contains style settings.

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