Gets or set the option to use default direction when there are zero objects in the field of view.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseDefaultDirection() As Boolean |
[C#] |
---|
public bool UseDefaultDirection {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseDefaultDirection(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseDefaultDirection( VARIANT_BOOL * pVal ); public: HRESULT put_UseDefaultDirection( VARIANT_BOOL val ); |
[Java] |
---|
public bool getUseDefaultDirection(); public void setUseDefaultDirection( bool ); |