Search
FlowChart.BoxPicturePos Property
See Also
 



Gets or sets the default alignment of the pictures that are displayed inside boxes.

 Syntax

VB6  Copy Code

Public Property Get BoxPicturePos() As EPicturePos
Public Property Let BoxPicturePos( _
    ByVal Value As EPicturePos _
)

C++  Copy Code

public:
EPicturePos get_BoxPicturePos ()
void put_BoxPicturePos (
    EPicturePos value
)

 Property Value

A member of the EPicturePos enumeration. The default is picStretch.

 See Also