Click or drag to resize

CompassRoseX Field

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The X pixel location of the center of the rose (measured from top left-hand corner). Default is 50.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public int X

Field Value

Type: Int32
Examples
C#
// Create a new CompassRose
CompassRose myRose = new CompassRose();
// Set the center of the CompassRose to the right of the Map.
myRose.X = mapCtrl1.Right - 70;
See Also