Click or drag to resize

CompassRoseSize Field

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The radius of the compass rose, in pixels. Default is 20.

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

Field Value

Type: Int32
Examples
C#
// Create a new CompassRose
CompassRose myRose = new CompassRose();
// Double the size of the CompassRose.
myRose.Size = 40;
See Also