DefFillPatColor Property

Read-only. Returns an instance of the Color object, corresponding to the color of the fill pattern of the shape, set by default to every new shape in the document.

Applies to: Document object

Syntax

[[Set] colorRet =] object.DefFillPatColor

The DefFillPatColor property syntax has these parts:

Part Description
object

Required. An expression that returns a Document object.

colorRet Optional. A Color type variable.

Remarks

When a new shape is created in the document, the value of the properties of the Color object which contains the DefFillPatColor property is set to the corresponding properties of the Color object which contains the FillPatColor property of the new shape.

 

See Also

DefFillColor property, DefFillPattern property, FillPatColor property, Color object, Shape object