'Declaration Public Enum ZoomboxViewKind Inherits System.Enum
'Usage Dim instance As ZoomboxViewKind
public enum ZoomboxViewKind : System.Enum
'Declaration Public Enum ZoomboxViewKind Inherits System.Enum
'Usage Dim instance As ZoomboxViewKind
public enum ZoomboxViewKind : System.Enum
Member | Description |
---|---|
Absolute | Content is positioned absolutely according to the Position and Scale properties of the ZoomboxView. |
Center | Content is centered within the Zoombox. The scale of the content is not changed. |
Empty | Content is not altered in any way. |
Fill | Content is scaled to fill the bounds of the Zoombox and positioned according to the HorizontalContentAlignment and VerticalContentAlignment properties of the Zoombox. |
Fit | Content is scaled to fit within the bounds of the Zoombox and positioned according to the HorizontalContentAlignment and VerticalContentAlignment properties of the Zoombox. |
Region | Content 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. |
System.Object
System.ValueType
System.Enum
Xceed.Wpf.Toolkit.Zoombox.ZoomboxViewKind
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