Show / Hide Table of Contents

Enum ControlPosition

Identifiers used to specify the placement of controls on the map. Controls are positioned relative to other controls in the same layout position. Controls that are added first are positioned closer to the edge of the map. +----------------+

  • TL TC TR +
  • LT RT +
  • +
  • LC RC +
  • +
  • LB RB +
  • BL BC BR + +----------------+ Elements in the top or bottom row flow towards the middle. Elements at the left or right sides flow downwards.
Namespace:GoogleMaps
Assembly:GoogleMaps.dll
Syntax
public enum ControlPosition

Fields

Name Description
BottomCenter

Represents the bottom center position.

BottomLeft

Represents the bottom left position.

BottomRight

Represents the bottom right position.

Center

Represents the center position.

LeftBottom

Represents the left bottom position.

LeftCenter

Represents the left center position.

LeftTop

Represents the left top position.

RightBottom

Represents the right bottom position.

RightCenter

Represents the right center position.

RightTop

Represents the right top position.

TopCenter

Represents the top center position.

TopLeft

Represents the top left position.

TopRight

Represents the top right position.

Back to top Copyright © 2017 GoogleMapControl
Generated by DocFX