This document is archived and information here might be outdated. Recommended version. |
Indicates if the snapping grid is visible.
[Visual Basic .NET]
Public Property IsVisible As Boolean
[C#]
public bool IsVisible {get; set;}
[C++]
HRESULT get_IsVisible(
Boolean* IsVisible
);
[C++]
HRESULT put_IsVisible(
VARIANT_BOOL IsVisible
);
[C++] Parameters IsVisible [out, retval]
IsVisible is a parameter of type bool* IsVisible [in]
IsVisible is a parameter of type bool