Overload | Description |
---|---|
ElementMarker Constructor() | Initializes an instance of ElementMarker. |
ElementMarker Constructor(ElementMarkerType) | Initializes an instance of ElementMarker with a built in icon (ElementMarkerType). |
ElementMarker Constructor(ElementMarkerType,Int32) | Initializes an instance of ElementMarker with a built in icon (ElementMarkerType), and size. |
ElementMarker Constructor(ElementMarkerType,Int32,Color) | Initializes an instance of ElementMarker with a built in icon (ElementMarkerType), size, and color. |
ElementMarker Constructor(String) | Initializes an instance of ElementMarker with an image. |
ElementMarker Constructor(String,Int32) | Initializes an instance of ElementMarker with an image and size. |