Northwoods.GoSilverlight 1.2.2 Assembly
GridVisible Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Diagram Class : GridVisible Property

Gets or sets whether a background grid pattern is visible for the whole diagram.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Grid")>
Public Property GridVisible As Boolean
C# 
[CategoryAttribute("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.

Requirements

See Also

© 2010 All Rights Reserved.