Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / SlideShowItem Class
Members


In This Topic
    SlideShowItem Class
    In This Topic

    Class that contains the data of an item that will be displayed in the SlideShow control. It can contain any UIElement (e.g., Image, Calendar, Grid, ContentControl).

    Syntax
    'Declaration
     
    <ContentPropertyAttribute("Item")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class SlideShowItem 
       Inherits System.Windows.UIElement
    'Usage
     
    Dim instance As SlideShowItem
    [ContentProperty("Item")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class SlideShowItem : System.Windows.UIElement 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   Xceed.Wpf.Toolkit.SlideShowItem

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also