ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Gallery Namespace / C1GalleryExtender Class / ThumbnailDirection Property

In This Topic
    ThumbnailDirection Property
    In This Topic
    Controls the thumbnail images' location. Possible values are "before" and " after".
    Syntax
    'Declaration
     
    Public Property ThumbnailDirection As ThumbsPosition
    public ThumbsPosition ThumbnailDirection {get; set;}
    See Also