Xceed Toolkit Plus for WPF v4.6 Documentation
ViewFinder Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Zoombox Namespace > Zoombox Class : ViewFinder Property
Gets or sets a reference to the view finder element within the visual tree of the Zoombox.
Syntax
'Declaration
 
Public Property ViewFinder As FrameworkElement
'Usage
 
Dim instance As Zoombox
Dim value As FrameworkElement
 
instance.ViewFinder = value
 
value = instance.ViewFinder
public FrameworkElement ViewFinder {get; set;}

Property Value

The view finder element typically serves as the root of a subtree that contains a ViewFinderDisplay element and several command buttons for changing views. The ViewFinderDisplay element is the element that renders the thumbnail image of the Zoombox content. The view finder element, if present in the control template, must be named "ViewFinder". The visibility of the view finder element is typically bound to the ViewFinderVisibility attached property.
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

Zoombox Class
Zoombox Members