Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Zoombox Namespace / ZoomboxViewStack Class / SelectedView Property


In This Topic
    SelectedView Property
    In This Topic
    The currently selected view within the stack.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectedView As ZoomboxView
    'Usage
     
    Dim instance As ZoomboxViewStack
    Dim value As ZoomboxView
     
    value = instance.SelectedView
    public ZoomboxView SelectedView {get;}

    Property Value

    This can also be retrieved by using the ViewStackIndex property of the Zoombox. Note that in a manual stack, the selected view may not be the same as the CurrentView property of the Zoombox because the user may have zoomed or panned away from the view within the stack.
    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