Click or drag to resize

CompassRoseY Field

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The Y 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 Y

Field Value

Type: Int32
Examples
C#
// Create a new CompassRose
CompassRose myRose = new CompassRose();
// Set the center of the CompassRose to 400 px from the top of the Map.
myRose.Y = mapCtrl1.Top + 400;
See Also