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

Gets or sets the UIElement used to render the GridPattern for the whole diagram.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Grid")>
Public Property GridPattern As GridPattern
C# 
[CategoryAttribute("Grid")]
public GridPattern GridPattern {get; set;}

Remarks

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

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

Requirements

See Also

© 2010 All Rights Reserved.