KmlUnits Enumeration

Specifies units fof an image coordinate system.

Namespace:  Aspose.Gis.Formats.Kml.Styles
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public enum KmlUnits
Members
  Member nameValueDescription
Pixels0 Indicates the x value in pixels.
Fraction1 Indicates the x value is a fraction of the icon.
InsetPixels2 Indicates the indent from the right edge of the icon.
See Also