GoXam for WPF v3
GridPattern Property
Northwoods.GoXam Namespace > Diagram Class : GridPattern Property
Gets or sets the UIElement used to render the GridPattern for the whole diagram.
Syntax
[Category("Grid")]
public GridPattern GridPattern {get; set;}
Remarks

This may be specified in XAML. It may be created automatically from the GridPatternTemplate when GridVisible is set to true.

Because this property is frequently set, it cannot be used as a data-binding target.

See Also

Reference

Diagram Class
Diagram Members