Click or drag to resize

ZoomPanelCenterPositionUnits Property

Gets or sets units in which the CenterPosition is specified. Default value is Relative.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public ZoomPanelCenterPositionUnitsType CenterPositionUnits { get; set; }

Property Value

Type: ZoomPanelCenterPositionUnitsType
Remarks

CenterPositionUnits gets or sets units in which the CenterPosition is specified. The possible values are defined by the ZoomPanelCenterPositionUnitsType enum. Default value is Relative.

The units are used by the CenterPosition property.

Please note that change of the units does not automatically change the value of CenterPosition property.

See Also