Click or drag to resize

MarkerVisualizer<TEntity> Properties

The MarkerVisualizer<TEntity> generic type exposes the following members.

Properties
  NameDescription
Public propertyCallback
Public propertyColor
Gets or sets the color.
(Overrides EntityVisualizer<TEntity>.Color.)
Public propertyDisplay
Gets or sets a value indicating whether the entities are displayed.
(Overrides EntityVisualizer<TEntity>.Display.)
Public propertyDisplayCondition
Gets or sets the DisplayCondition.
(Overrides EntityVisualizer<TEntity>.DisplayCondition.)
Public propertyEntities
Gets or sets the entities being visualized.
(Overrides EntityVisualizer<TEntity>.Entities.)
Public propertyEyeOffset
Gets or sets the eye offset of each marker from the position of the entity.
Public propertyOrigin
Gets or sets the origin of each marker.
Public propertyPixelOffset
Gets or sets the pixel offset of each marker from the position of the entity.
Public propertySetHint
Gets the SetHint of the underlying primitive.
Public propertySize
Gets or sets the size of the markers in the unit defined by SizeUnit. Defaults to pixels.
Public propertySizeSource
Gets or sets the size source.
Public propertySizeUnit
Gets or sets the size unit.
Public propertyTranslucency
Gets or sets the translucency. 0 is opaque and 1 is transparent.
(Overrides EntityVisualizer<TEntity>.Translucency.)
Top
See Also