Back to Devexpress

ImageSliderNavigationBarThumbnailStyle.SelectedStyle Property

aspnet-devexpress-dot-web-dot-imageslidernavigationbarthumbnailstyle.md

latest1.7 KB
Original Source

ImageSliderNavigationBarThumbnailStyle.SelectedStyle Property

Gets the style settings that define the selected thumbnail appearance.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual AppearanceSelectedStyle SelectedStyle { get; }
vb
Public Overridable ReadOnly Property SelectedStyle As AppearanceSelectedStyle

Property Value

TypeDescription
AppearanceSelectedStyle

A AppearanceSelectedStyle object that contains style settings.

|

Remarks

aspx
<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

ImageSliderNavigationBarThumbnailStyle Class

ImageSliderNavigationBarThumbnailStyle Members

DevExpress.Web Namespace