GraffitiSuite Docs
Docs
Symbol
Loading document parsing libraries...
# Symbol Class ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Enumerations | Name | Value | Description | | --- | :---: | --- | | SymbolPaths | Circle <br> BackwardClosedArrow <br> BackwardOpenArrow <br> ForwardClosedArrow <br> ForwardOpenArrow | Supported symbol shapes. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | path as SymbolPaths <br> fillColor as Color | (None) | Creates a new instance of the class. | | Attributes | Hidden | toJSON | | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Anchor | Xojo.Point | Nil | Point in the symbol that is anchored to the marker's position on the Earth's surface. | | FillColor | Color | Nil | Color used to fill the symbol. | | LabelOrigin | Xojo.Point | Nil | OffsetX/Y relative to anchor. | | Path | SymbolPaths | Nil | Symbol to be drawn. | | Rotation | Double | Nil | Rotation value of symbol. | | Scale | Double | -1 | Size scale of symbol. | | StrokeColor | Color | Nil | Color used to draw stroke of symbol. | | StrokeWeight | Integer | -1 | Size of stroke. |