Returns the orientation method currently
being used.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property OrientationType() As AgEOrientationType
|
| [C#] |
|---|
public AgEOrientationType OrientationType {get;}
|
| [Managed C++] |
|---|
public: __property AgEOrientationType get_OrientationType();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_OrientationType(
|
| [Java] |
|---|
public AgEOrientationType getOrientationType();
|