Read-only. Returns an instance of the Color object that corresponds to the fill color, applied by default to every new shape created in the document.
Applies to: Document object
[[Set] colorRet =] object.DefFillColor |
The DefFillColor property syntax has these parts:
Part | Description |
object | Required. An expression that returns a Document object. |
colorRet | Optional. A Color type variable. |
When a new shape is created in the document, the value of the properties of the Color object which contains the DefFillColor property is set to the corresponding properties of the Color object which contains the FillColor property of the new shape.
See Also |
DefFillPatColor property, DefFillPattern property, FillColor property, Color object, Shape object |