Diagram::ShowGrid Property
Visual Studio 2015
Gets the diagram and verifies whether the grid should appear for it or sets the visibility state of the diagram.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: [BrowsableAttribute(false)] property bool ShowGrid { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the grid should appear for the diagram; otherwise, false.
Show: