Northwoods.GoSilverlight 1.2.2 Assembly
GridLayout Class Members
See Also  Fields  Properties  Methods  Events Send Feedback
Northwoods.GoXam.Layout Namespace : GridLayout Class


The following tables list the members exposed by GridLayout.

Public Constructors

 NameDescription
public ConstructorGridLayout ConstructorOverloaded.   
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)AlignmentPropertyIdentifies the Alignment dependency property.  
public Fieldstatic (Shared in Visual Basic)ArrangementPropertyIdentifies the Arrangement dependency property.  
public Fieldstatic (Shared in Visual Basic)CellSizePropertyIdentifies the CellSize dependency property.  
public Fieldstatic (Shared in Visual Basic)ComparerPropertyIdentifies the GridLayout.Comparer dependency property.  
public Fieldstatic (Shared in Visual Basic)SortingPropertyIdentifies the Sorting dependency property.  
public Fieldstatic (Shared in Visual Basic)SpacingPropertyIdentifies the Spacing dependency property.  
public Fieldstatic (Shared in Visual Basic)WrappingColumnPropertyIdentifies the WrappingColumn dependency property.  
public Fieldstatic (Shared in Visual Basic)WrappingWidthPropertyIdentifies the WrappingWidth dependency property.  
Top

Public Properties

 NameDescription
public PropertyActualCellSize Gets the actual cell size used by the grid.  
public PropertyActualHeight (Inherited from System.Windows.FrameworkElement)
public PropertyActualWidth (Inherited from System.Windows.FrameworkElement)
public PropertyAlignmentGets or sets whether the Northwoods.GoXam.Node.Location or the Northwoods.GoXam.Node.Position should be used to arrange each node.  
public PropertyAllowDrop (Inherited from System.Windows.UIElement)
public PropertyArrangement Gets or sets how to arrange the nodes.  
public PropertyArrangementOrigin Gets or sets the point of the top-left node. (Inherited from Northwoods.GoXam.Layout.DiagramLayout)
public PropertyCacheMode (Inherited from System.Windows.UIElement)
public PropertyCellSize Gets or sets the minimum node size by which each node is positioned in the grid.  
public PropertyClip (Inherited from System.Windows.UIElement)
public PropertyComparer Gets or sets the comparison function used to sort the nodes.  
public PropertyConditionFlagsGets or sets the LayoutChange conditions for which DiagramLayout.Invalidate will set DiagramLayout.ValidLayout to false. [Silverlight only.] (Inherited from Northwoods.GoXam.Layout.DiagramLayout)
public PropertyConditionsGets or sets the LayoutChange conditions for which DiagramLayout.Invalidate will set DiagramLayout.ValidLayout to false. (Inherited from Northwoods.GoXam.Layout.DiagramLayout)
public PropertyCursor (Inherited from System.Windows.FrameworkElement)
public PropertyDataContext (Inherited from System.Windows.FrameworkElement)
public PropertyDesiredSize (Inherited from System.Windows.UIElement)
public PropertyDiagramGets or sets a reference to the owner Northwoods.GoXam.Diagram. (Inherited from Northwoods.GoXam.Layout.DiagramLayout)
public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
public PropertyEffect (Inherited from System.Windows.UIElement)
public PropertyFlowDirection (Inherited from System.Windows.FrameworkElement)
public PropertyGroupGets or sets a reference to the owner Northwoods.GoXam.Group, if any. (Inherited from Northwoods.GoXam.Layout.DiagramLayout)
public PropertyHeight (Inherited from System.Windows.FrameworkElement)
public PropertyHorizontalAlignment (Inherited from System.Windows.FrameworkElement)
public PropertyId Gets or sets an identifier for a particular layout. (Inherited from Northwoods.GoXam.Layout.DiagramLayout)
public PropertyIsHitTestVisible (Inherited from System.Windows.UIElement)
public PropertyLanguage (Inherited from System.Windows.FrameworkElement)
public PropertyMargin (Inherited from System.Windows.FrameworkElement)
public PropertyMaxHeight (Inherited from System.Windows.FrameworkElement)
public PropertyMaxWidth (Inherited from System.Windows.FrameworkElement)
public PropertyMinHeight (Inherited from System.Windows.FrameworkElement)
public PropertyMinWidth (Inherited from System.Windows.FrameworkElement)
public PropertyName (Inherited from System.Windows.FrameworkElement)
public PropertyOpacity (Inherited from System.Windows.UIElement)
public PropertyOpacityMask (Inherited from System.Windows.UIElement)
public PropertyParent (Inherited from System.Windows.FrameworkElement)
public PropertyProjection (Inherited from System.Windows.UIElement)
public PropertyRenderSize (Inherited from System.Windows.UIElement)
public PropertyRenderTransform (Inherited from System.Windows.UIElement)
public PropertyRenderTransformOrigin (Inherited from System.Windows.UIElement)
public PropertyResources (Inherited from System.Windows.FrameworkElement)
public PropertySorting Gets or sets what order to place the nodes.  
public PropertySpacing Gets or sets the minimum horizontal and vertical space between nodes.  
public PropertyStyle (Inherited from System.Windows.FrameworkElement)
public PropertyTag (Inherited from System.Windows.FrameworkElement)
public PropertyTriggers (Inherited from System.Windows.FrameworkElement)
public PropertyUseLayoutRounding (Inherited from System.Windows.UIElement)
public PropertyValidLayoutGets or sets whether this layout is valid; if not, the Northwoods.GoXam.LayoutManager will call DiagramLayout.DoLayout sometime in order to make sure the layout is valid. (Inherited from Northwoods.GoXam.Layout.DiagramLayout)
public PropertyVerticalAlignment (Inherited from System.Windows.FrameworkElement)
public PropertyVisibility (Inherited from System.Windows.UIElement)
public PropertyWidth (Inherited from System.Windows.FrameworkElement)
public PropertyWrappingColumn Gets or sets the maximum number of columns.  
public PropertyWrappingWidth Gets or sets the wrapping width.  
Top

Public Methods

 NameDescription
public MethodAddHandler (Inherited from System.Windows.UIElement)
public MethodArrange (Inherited from System.Windows.UIElement)
public MethodCanLayoutPartDecide whether a given Northwoods.GoXam.Part should participate in this layout. (Inherited from Northwoods.GoXam.Layout.DiagramLayout)
public MethodCaptureMouse (Inherited from System.Windows.UIElement)
public MethodClearValue (Inherited from System.Windows.DependencyObject)
public MethodDoLayoutOverridden.  Position all nodes in the manner of a simple rectangular array.  
public MethodFindName (Inherited from System.Windows.FrameworkElement)
public MethodGetAnimationBaseValue (Inherited from System.Windows.DependencyObject)
public MethodGetBindingExpression (Inherited from System.Windows.FrameworkElement)
public MethodGetValue (Inherited from System.Windows.DependencyObject)
public MethodInvalidateDeclare that this layout might no longer be valid, depending on the change and the Northwoods.GoXam.Layout.DiagramLayout.Conditions. (Inherited from Northwoods.GoXam.Layout.DiagramLayout)
public MethodInvalidateArrange (Inherited from System.Windows.UIElement)
public MethodInvalidateLayoutSet the DiagramLayout.ValidLayout property to false, and ask the diagram's Northwoods.GoXam.LayoutManager to perform layouts in the near future. (Inherited from Northwoods.GoXam.Layout.DiagramLayout)
public MethodInvalidateMeasure (Inherited from System.Windows.UIElement)
public MethodMeasure (Inherited from System.Windows.UIElement)
public MethodOnApplyTemplate (Inherited from System.Windows.FrameworkElement)
public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
public MethodReleaseMouseCapture (Inherited from System.Windows.UIElement)
public MethodRemoveHandler (Inherited from System.Windows.UIElement)
public MethodSetBinding (Inherited from System.Windows.FrameworkElement)
public MethodSetValue (Inherited from System.Windows.DependencyObject)
public MethodTransformToVisual (Inherited from System.Windows.UIElement)
public MethodUpdateLayout (Inherited from System.Windows.UIElement)
Top

Protected Methods

 NameDescription
protected MethodArrangeOverride (Inherited from System.Windows.FrameworkElement)
protected MethodMeasureOverride (Inherited from System.Windows.FrameworkElement)
protected MethodOnCreateAutomationPeer (Inherited from System.Windows.UIElement)
protected MethodVerifyAccessThrow an exception if the current thread does not have access to this DependencyObject. (Inherited from Northwoods.GoXam.Layout.DiagramLayout)
Top

Public Events

See Also

© 2010 All Rights Reserved.