ShadowOffsetY Property

A Double type property. Gets or sets the vertical shadow offset for the shapes of the document. Applies to all shapes in the document, that have shadow.

Applies to: Document object

Syntax

[[Let] yOffsetRet =] object.ShadowOffsetY

[Let] object.ShadowOffsetY = yOffsetSet

The ShadowOffsetY property syntax has these parts:

Part Description
object Required. An expression, that returns an instance of the Document object.
yOffsetRet Optional. A Double type variable.
yOffsetSet Required. An expression that returns a Double value. The new value for the vertical shadow offset.

Remarks

The shadow offset is specified in the internal units of ConceptDraw (InternalUnit). The range of valid values is not limited. When ShadowOffsetY is modified, all shapes in the document that have shadow are redrawn to reflect the new value. You can also modify the ShadowOffsetY property from within ConceptDraw in the "File->Document Properties->Settings" dialog.

 

See Also

ShadowOffsetX property