This document is archived and information here might be outdated. Recommended version. |
Indicates whether or not to show a grid on the diagram.
[Visual Basic .NET]
Public Property ShowGrid As Boolean
[C#]
public bool ShowGrid {get; set;}
[C++]
HRESULT get_ShowGrid(
Boolean* pShowGrid
);
[C++]
HRESULT put_ShowGrid(
VARIANT_BOOL pShowGrid
);
[C++] Parameters pShowGrid [out, retval]
pShowGrid is a parameter of type bool* pShowGrid [in]
pShowGrid is a parameter of type bool