Expand Minimize
This topic has not yet been rated - Rate this topic

Diagram.ShowGrid Property

Gets the diagram and checks to see whether the grid should be shown for it, or sets the visibility state of the diagram.

Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in microsoft.visualstudio.modeling.diagrams.dll)

public bool ShowGrid { get; set; }
/** @property */
public boolean get_ShowGrid ()

/** @property */
public void set_ShowGrid (boolean value)

public function get ShowGrid () : boolean

public function set ShowGrid (value : boolean)

Property Value

true if the grid should be shown for the diagram; otherwise, false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.