Xceed Toolkit Plus for WPF v4.6 Documentation
ZoomboxViewKind Enumeration


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Zoombox Namespace : ZoomboxViewKind Enumeration
Identifies how content is positioned within a Zoombox.
Syntax
'Declaration
 
Public Enum ZoomboxViewKind 
   Inherits System.Enum
'Usage
 
Dim instance As ZoomboxViewKind
public enum ZoomboxViewKind : System.Enum 
Members
MemberDescription
AbsoluteContent is positioned absolutely according to the Position and Scale properties of the ZoomboxView.
CenterContent is centered within the Zoombox. The scale of the content is not changed.
EmptyContent is not altered in any way.
FillContent is scaled to fill the bounds of the Zoombox and positioned according to the HorizontalContentAlignment and VerticalContentAlignment properties of the Zoombox.
FitContent is scaled to fit within the bounds of the Zoombox and positioned according to the HorizontalContentAlignment and VerticalContentAlignment properties of the Zoombox.
RegionContent is scaled and positioned to view a particular rectangular region identified by the Region property of the ZoomboxView. The region is positioned according to the HorizontalContentAlignment and VerticalContentAlignment properties of the Zoombox.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Wpf.Toolkit.Zoombox.ZoomboxViewKind

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

Xceed.Wpf.Toolkit.Zoombox Namespace