DefaultFill Property

 

The DefaultFill property returns the default fill properties. Returns a FillFormat object. This is a read-only property.

 

 Syntax

object.DefaultFill

 

Example 1

This example demonstrates how to return the default foreground color fill of a map document.

 

Debug.Print Plot.DefaultFill.ForeColor

 

Example 2

This example demonstrates how to set the default fill pattern of a map document to Checkerboard.

 

Plot.DefaultFill.Pattern = "Checkerboard"

 

Used by: PlotDocument object