Class ZoomControlOptions
Options for the rendering of the zoom control.
Inheritance
System.Object
ZoomControlOptions
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
Assembly:GoogleMaps.dll
Syntax
public class ZoomControlOptions : IScriptDescriptorData
Properties
Position
Position id. Used to specify the position of the control on the map. The default position is TOP_LEFT.
Declaration
public ControlPosition Position { get; set; }
Property Value
| Type | Description |
|---|---|
| ControlPosition | The position. |
Style
Style id. Used to select what style of zoom control to display.
Declaration
public ZoomControlStyle Style { get; set; }
Property Value
| Type | Description |
|---|---|
| ZoomControlStyle | The style. |
Methods
ToScriptData()
Returns the instance as a script data.
Declaration
public IDictionary<string, object> ToScriptData()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<System.String, System.Object> |