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
Syntaxpublic enum CenterPositionUnitsType
Members
| Member name | Value | Description |
---|
| Relative | 0 |
CenterPosition is in relative units - for example (0.5 0.5) means middle of the content.
|
| Absolute | 1 |
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