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 | | --- | :---: | :---: | --- | | Constructor | path as SymbolPaths <br> fillColor as Color | (None) | Creates a new instance of the class. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Anchor | Xojo.Point | (None) | Relative X/Y value for the symbol placement. | | FillColor | Color | (None) | Color used for filling the symbol. | | LabelOrigin | Xojo.Point | (None) | Relative X/Y value for displaying the symbol label. | | Path | SymbolPaths | (None) | Path to draw. | | Rotation | Double | (None) | Symbol rotation in degrees. | | Scale | Double | -1 | Scale to apply to symbol drawing. | | StrokeColor | Color | (None) | Color used to draw the symbol shape’s stroke. | | StrokeWeight | Integer | -1 | Weight of the symbol shape’s stroke. |