GoXam for WPF v3
GridVisible Property
Northwoods.GoXam Namespace > Diagram Class : GridVisible Property
Gets or sets whether a background grid pattern is visible for the whole diagram.
Syntax
[Category("Grid")]
public bool GridVisible {get; set;}

Property Value

The default value is false.
Remarks
The background grid is created if needed by calling DiagramPanel.CreateBackgroundGridPattern, which uses the GridPatternTemplate or the default background grid template.
See Also

Reference

Diagram Class
Diagram Members