Search
FlowChart.ShadowOffsetY Property
See Also
 



Gets or sets the default vertical offset of shadows from the objects that cast them.

 Syntax

VB6  Copy Code

Public Property Get ShadowOffsetY() As Long
Public Property Let ShadowOffsetY( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_ShadowOffsetY ()
void put_ShadowOffsetY (
    int value
)

 Property Value

A long value. The default is 3.

 Remarks

Sets default vertical offset for shadows in relation to their corresponding objects.

 See Also