CompassOverlay Properties

CVB.Net Documentation

The CompassOverlay type exposes the following members.

Properties

  NameDescription
Public propertyAngle
Direction of the compass needle (in radians).
Public propertyBaseRadius
Radius of the compass needle's base.
Public propertyCircleRadius
Radius of the additional circle around the base.
Public propertyColor
Color of the label
(Inherited from OverlayBase.)
Protected propertyDisplayID
The ID under which the unmanaged display "knows" the label
(Inherited from OverlayBase.)
Public propertyFilled
Filled property is always true.
Public propertyFontSize
Font size for the compass label.
Public propertyInvokeRequired
tell whether actions on the display object require an invoke action or not (being user interface objects, display objects should not be modified asynchronously)
(Inherited from OverlayBase.)
Public propertyIsDragable
Label dragable?
(Inherited from OverlayBase.)
Public propertyLength
Length of the compass needle.
Public propertyLocation
Location of the Compass.
Public propertyName
Friendly name of the overlay plugin
(Inherited from OverlayPluginBase.)
Public propertyNeedleMode
Gets or sets the compass needle behavior.
Public propertyOpaqueLabel
true: a white rectangle will be painted under the label text in order to improve visibility of the text label; false: the text background will be transparent.
Public propertyParent
The display on which the label lives (if any...). Note that a label may only be associated with one display at a time
(Inherited from OverlayBase.)
Public propertyPenWidth
Width of the pen to be used for painting.
Public propertyShowAngle
Indicates whether or not the overlay should display the current angle.
Public propertyTag
Field for user-definable data to be associated with the overlay object.
(Inherited from OverlayBase.)
Public propertyText
Text to be displayed on the compass label.
Public propertyXORPainting
specifies the paint mode (opaque or XOR)
(Inherited from OverlayPluginBase.)
Top
See Also

Reference