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

ImageSliderNavigationBarThumbnailStyle.SelectedStyle Property

Gets the style settings that define the selected thumbnail appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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