Click or drag to resize

RendererList Properties

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The RendererList type exposes the following members.

Properties
  NameDescription
Public propertyCapacity
Gets or sets the number of elements that the ArrayList can contain.
(Inherited from ArrayList.)
Public propertyCount
Gets the number of elements actually contained in the ArrayList.
(Inherited from ArrayList.)
Public propertyIsFixedSize
Gets a value indicating whether the ArrayList has a fixed size.
(Inherited from ArrayList.)
Public propertyIsReadOnly
Gets a value indicating whether the ArrayList is read-only.
(Inherited from ArrayList.)
Public propertyIsSynchronized
Gets a value indicating whether access to the ArrayList is synchronized (thread safe).
(Inherited from ArrayList.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from ArrayList.)
Public propertyMapMouseEventsHandler
Gets the events object for the list, always returns null.
Public propertyRequiredRendermodes
Gets the rendermode in which this RendererList is drawn.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ArrayList.
(Inherited from ArrayList.)
Public propertyVisible
Sets whether the items in this RendererList should be drawn.
Top
See Also