Show/hide grid lines.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property ShowGridLines() As Boolean |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property bool get_ShowGridLines(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
| [Python - STK API] |
|---|
@property def ShowGridLines(self) -> bool: @ShowGridLines.setter def ShowGridLines(self, pShow:bool) -> None: |





