Class NavigationControlOptions
Options for the rendering of the navigation control.
Inheritance
System.Object
NavigationControlOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:GoogleMaps.Streets
Assembly:GoogleMaps.dll
Syntax
public class NavigationControlOptions
Constructors
NavigationControlOptions()
Initializes a new instance of the NavigationControlOptions class.
Declaration
public NavigationControlOptions()
Properties
Position
Position id. Used to specify the position of the control on the map.
The default position is TopLeft
.
Declaration
public ControlPosition Position { get; set; }
Property Value
Type | Description |
---|---|
ControlPosition | The position. |
ViewStyle
Style id. Used to select what style of navigation control to display.
Declaration
public NavigationControlStyle ViewStyle { get; set; }
Property Value
Type | Description |
---|---|
NavigationControlStyle | The style. |