Description
Opt whether to have each access line is numbered to show the sequence of the links between the objects in the chain.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property IsDirectionVisible() As Boolean
|
| [C#] |
|---|
public bool IsDirectionVisible {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_IsDirectionVisible(); public: __property void set_IsDirectionVisible( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_IsDirectionVisible( VARIANT_BOOL * pRetVal ); public: HRESULT put_IsDirectionVisible( VARIANT_BOOL NewIsDirectionVisible );
|
| [Java] |
|---|
public bool getIsDirectionVisible();public void setIsDirectionVisible( bool );
|
See Also