Search
FlowChart.ShadowOffsetX Property
See Also
 



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

 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. The default is 3.

 Remarks

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

 See Also