ArcOverlay Properties

CVB.Net Documentation

The ArcOverlay type exposes the following members.

Properties

  NameDescription
Public propertyCenter
Location of the center point of the Arc.
Public propertyColor
Color of the label
(Inherited from OverlayBase.)
Public propertyDashStyle
Dash style to be used for painting.
Protected propertyDisplayID
The ID under which the unmanaged display "knows" the label
(Inherited from OverlayBase.)
Public propertyFilled
Filled property is always false.
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 propertyName
Friendly name of the overlay plugin
(Inherited from OverlayPluginBase.)
Public propertyP0
Location of the start point of the Arc.
Public propertyP1
Location of the end point of the Arc.
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 propertyRadius
Current radius of the arc.
Public propertyShowHandles
gets or sets whether the drag handles of the two vertices indicating the start and the stop of the arc are to be displayed
Public propertyStartAngle
Angle between first point (P0) and center point (in radians).
Public propertyStopAngle
Angle between second point (P1) and center point (in radians).
Public propertyTag
Field for user-definable data to be associated with the overlay object.
(Inherited from OverlayBase.)
Public propertyText
Text being displayed on the label and/or in the status line
(Inherited from OverlayBase.)
Public propertyXORPainting
specifies the paint mode (opaque or XOR)
(Inherited from OverlayPluginBase.)
Top
See Also

Reference