Gets or sets the value indicating the width size unit type.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public GoogleMaps..::..UnitType WidthSizeUnitType { get; set; }
Visual Basic
Public Property WidthSizeUnitType As GoogleMaps..::..UnitType
	Get
	Set
Visual C++
public:
property GoogleMaps..::..UnitType WidthSizeUnitType {
	GoogleMaps..::..UnitType get ();
	void set (GoogleMaps..::..UnitType value);
}
F#
member WidthSizeUnitType : GoogleMaps..::..UnitType with get, set

Property Value

Type: GoogleMaps..::..UnitType

See Also