Click or drag to resize

IMcGraphObjCircle Properties

The IMcGraphObjCircle type exposes the following members.

Properties
  NameDescription
Public propertyBorderColor
Color of the object frame.
Public propertyBorderStyle
Describes the visual appearance of the border if there is any.
Public propertyBorderWidth
Width of a graphic object frame.
Public propertyCategory
A property used to distinguish between template, label and regular objects.
Public propertyCircleType
Specifies the circle description mode.
Public propertyClassName
The class name of a McGraphObj-derived class.
Public propertyDrawingOrder
The relative order in which the McGraphObj will be drawn within a Layer.
Public propertyEmpty
A read-only property which is True when the object is un-initialized.
Public propertyFeatureDisplayLink
A hidden property pointing to a buffer holding a FEATURE_DISPLAY_LINK_INFO struct. We fill in the pimcgraphoverlayThis field, but the caller maintains all other fields.
Public propertyFillColor
Color of the inside of a closed object.
Public propertyFillStyle
Specifies whether an object has a border and if it is solid or empty.
Public propertyFrameEnd
Upper limit of the frame range where the object should be displayed.
Public propertyFrameStart
Lower limit of the frame range where the object should be displayed.
Public propertyID
A unique ID identifying this object (read-only).
Public propertyLabelObject
The Label object associated with this object.
Public propertyLineEnding
Describes the style of line ending for open objects.
Public propertyOverlay
A read-only property exposing the graphic overlay owning this object. Returns "Nothing" if the object has been Removed from its overlay.
Public propertySelected
Set or get the selected state.
Public propertySelectedOrder
The order in the selection list or -1 if Selected is False.
Public propertyShowLine
Specifies whether the circle radius or diameter (depending on CircleType) should be displayed.
Public propertyStyle
Property used to set or get the visual appearance of a graphic object.
Public propertyTemplateID
A read-only property identifying the template used to create this object.
Public propertyUserData
Set or get a user defined piece of data attached to the object.
Public propertyUserFlag
A user defined long value.
Public propertyZoomWithImage
Read/write Boolean property used to indicate whether an object should be scaled together with the underlying image.
Top
See Also