Direction and level order for layout of color squares.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Direction() As AgEFmGfxDirection |
| [C#] |
|---|
public AgEFmGfxDirection Direction {get; set;} |
| [Managed C++] |
|---|
public: __property AgEFmGfxDirection get_Direction(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEFmGfxDirection getDirection(); public void setDirection( AgEFmGfxDirection ); |
[Python - STK API ] |
|---|
@property def Direction(self) -> "AgEFmGfxDirection": @Direction.setter def Direction(self, Direction:"AgEFmGfxDirection") -> None: |






