Diagram::ShowGrid Property

 

Gets the diagram and verifies whether the grid should appear for it or sets the visibility state of the diagram.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
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::Boolean

true if the grid should appear for the diagram; otherwise, false.

Return to top
Show: