GraffitiSuite Docs
Docs
Symbol
Loading document parsing libraries...
# Symbol Class ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Desktop | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Enumerations | Name | Value | Description | | --- | :---: | --- | | SymbolPaths | Circle <br> BackwardClosedArrow <br> BackwardOpenArrow <br> ForwardClosedArrow <br> ForwardOpenArrow | Supported paths for drawing symbols. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Sub | Constructor | (None) | Creates a new instance of the class. | | Attributes | Hidden | toJSON | | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Anchor | Xojo.Point | Nil | Relative X/Y value for the symbol placement. | | FillColor | Color | Nil | Color used for filling the symbol. | | LabelOrigin | Xojo.Point | Nil | Relative X/Y value for displaying the symbol label. | | Path | SymbolPaths | Nil | Path to draw. | | Rotation | Double | Nil | Symbol rotation in degrees. | | Scale | Double | -1 | Scale to apply to symbol drawing. | | StrokeColor | Color | Nil | Color used to draw the symbol shape’s stroke. | | StrokeWeight | Integer | -1 | Weight of the symbol shape’s stroke. |