A Double type property. Gets or sets the horizontal shadow offset for the shapes of the document. Applies to all shapes in the document, that have shadow.
Applies to: Document object
[[Let] xOffsetRet =] object.ShadowOffsetX [Let] object.ShadowOffsetX = xOffsetSet |
The ShadowOffsetX property syntax has these parts:
Part | Description |
object | Required. An expression, that returns an instance of the Document object. |
xOffsetRet | Optional. A Double type variable. |
xOffsetSet | Required. An expression that returns a Double value. The new value for the horizontal shadow offset. |
The shadow offset is specified in the internal units of ConceptDraw (InternalUnit). The range of valid values is not limited. When ShadowOffsetX is modified, all shapes in the document that have shadow are redrawn to reflect the new value. You can also modify the ShadowOffsetX property from within ConceptDraw in the "File->Document Properties->Settings" dialog.
See Also |
ShadowOffsetY property |