Search
Table.ShadowOffsetY Property
See Also
 



Gets or sets the vertical offset of a shadow from the table that casts it.

 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. Initialized with FlowChart.ShadowOffsetY.

 Remarks

Sets vertical offset of the table shadow in relation to the table.

 See Also