Xceed Toolkit Plus for WPF v4.6 Documentation
SelectedView Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Zoombox Namespace > ZoomboxViewStack Class : SelectedView Property
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

Reference

ZoomboxViewStack Class
ZoomboxViewStack Members