MapDockPosition

The available options for positioning a panel inside a map or diagram.
 

Example

The following is an example of how to reference the MapDockPosition object:

	// The full path is required.
	dundas.controls.MapDockPosition.BOTTOM
	

 

Properties

 
  Name Description
  BOTTOM The panel is placed at the bottom of the container.
  LEFT The panel is placed at the left side of the container.
  RIGHT The panel is placed at the right side of the container.
  TOP The panel is placed at the top of the container.