Fill Property

Fill returns the FillFormat object.

Syntax

object.Fill

Example 1

This example demonstrates how to return the fill color of an ellipse.

Debug.Print Ellipse.Fill.ForeColorRGBA.Color

Example 2

This example demonstrates how to set the fill pattern of a base map to crosshatch.

BaseLayer.Fill.Pattern = "Crosshatch"

Used by: Ellipse object, Level object, Polygon object, Profile Object, Rectangle object, SymbologyUniqueValues object, VectorBaseLayer Object, ViewshedLayer Object

See Also

Fill Properties