Filled Property

A Boolean type property. Gets or sets a flag, that specifies whether to fill or not the area, enclosed by the geometry. If True, the geometry is filled, otherwise it isn't filled

Applies to: Geometry object

Syntax

[[Let] filledRet =] object.Filled

[Let] object.Filled = filledSet

The Filled property syntax has these parts:

Part Description
object Required. An expression that returns an object in the Applies to list.
filledRet Optional. A Boolean type variable.
filledSet Required. An expression that returns a Boolean value.

Remarks

The Filled property is also a table parameter of the shape, that owns the object geometry, that is, its value can be described by a formula. To work with Filled as a table parameter, use the CDPT_GEOMETRY_FILLED constant tag.

 

See Also

Visible property, Shape object