FillColorRGBA Property

FillColorRGBA returns the ColorRGBA object containing color properties applicable to the parent. Returns a ColorRGBA Object. This is a read-only property.

Syntax

object.FillColorRGBA

Example

This example demonstrates how to set the fill color for a symbol object to cyan.

Symbol.Marker.FillColorRGBA.Color = srfColorCyan

Used By: MarkerFormat object