VertexSymbolOptions Class Members
In This Topic
The following tables list the members exposed by VertexSymbolOptions.
Public Constructors
Public Properties
| Name | Description |
| AngleRotation |
Gets and sets the angle rotation (in degrees). Default value is 0.
|
| Color |
Gets and sets the color. Default value is No color.
|
| MarkerType | Gets and set the vertex marker type. Default value is VertexMarkerType.Square. |
| OutlineColor |
Gets and sets the outline color. Default value is RGB value of (0, 128, 0).
|
| OutlineWidth |
Gets and sets the outline width. Default value is 1.5.
|
| Size |
Gets and sets the size (in points). Default value is 5.
|
Top
Public Methods
| Name | Description |
| GetPointSymbol |
Gets the point symbol from the set of options.
This method must be called on the MCT. Use QueuedTask.Run.
|
Top
See Also