SymbolFill Property

SymbolFill returns the fill format object for the symbols. Returns a FillFormat object. This is a read-only property.

Syntax

object.SymbolFill

Example 1

This example demonstrates how to return the fill pattern of vector symbols.

Debug.Print VectorLayer.SymbolFill.Pattern

Example 2

This example demonstrates how to set the color of vector symbols to dark green.

VectorLayer.SymbolFill.ForeColorRGBA.Color = srfColorDarkGreen

Used by: VectorLayer Object