Search
PrintOptions.Interior Property
See Also
 



Gets or sets a value indicating whether to fill the interior of diagram nodes.

 Syntax

VB6  Copy Code

Public Property Get Interior() As Boolean
Public Property Let Interior( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_Interior ()
void put_Interior (
    bool value
)

 Property Value

A boolean value. The default is true.

 See Also