LineColorRGBA Property
LineColorRGBA returns the ColorRGBA object containing color properties applicable to the parent. Returns a ColorRGBA Object. This is a read-only property.
Syntax
object.LineColorRGBA
Example
This example demonstrates how to set the line color for a symbol object to magenta:
Symbol.Marker.LineColorRGBA.Color = srfColorMagenta
Used By: MarkerFormat object