Click or drag to resize

ZoomPanelCenterPositionUnitsType Enumeration

Enum that defines the possible values for the CenterPositionUnits

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public enum CenterPositionUnitsType
Members
  Member nameValueDescription
Relative0 CenterPosition is in relative units - for example (0.5 0.5) means middle of the content.
Absolute1 CenterPosition is in absolute units - for example for content size 200 x 100 the CenterPosition value (100 50) means middle of the content.
See Also