Search
Table.ShadowOffsetX Property
See Also
 



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

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_ShadowOffsetX ()
void put_ShadowOffsetX (
    int value
)

 Property Value

A long value. Initialized with FlowChart.ShadowOffsetX.

 Remarks

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

 See Also