Show / Hide Table of Contents

Class FullscreenControlOptions

Options for the rendering of the fullscreen control.

Inheritance
System.Object
FullscreenControlOptions
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 FullscreenControlOptions : IScriptDescriptorData

Properties

Position

Position id. Used to specify the position of the control on the map. The default position is TopRight.

Declaration
public ControlPosition Position { get; set; }
Property Value
Type Description
ControlPosition

The position.

Methods

ToScriptData()

Returns a script data representation of the FullscreenControlOptions instance.

Declaration
public IDictionary<string, object> ToScriptData()
Returns
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

The script data as System.Collections.Generic.IDictionary<TKey, TValue>

Implements
IScriptDescriptorData.ToScriptData()
Back to top Copyright © 2017 GoogleMapControl
Generated by DocFX