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


The following tables list the members exposed by DiagramLayout.

Public Constructors

 NameDescription
public ConstructorDiagramLayout ConstructorOverloaded.   
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)ArrangementOriginPropertyIdentifies the DiagramLayout.ArrangementOrigin dependency property.  
public Fieldstatic (Shared in Visual Basic)IdPropertyIdentifies the Id dependency property.  
Top

Public Properties

 NameDescription
public PropertyActualHeight (Inherited from System.Windows.FrameworkElement)
public PropertyActualWidth (Inherited from System.Windows.FrameworkElement)
public PropertyAllowDrop (Inherited from System.Windows.UIElement)
public PropertyArrangementOrigin Gets or sets the point of the top-left node.  
public PropertyCacheMode (Inherited from System.Windows.UIElement)
public PropertyClip (Inherited from System.Windows.UIElement)
public PropertyConditionFlagsGets or sets the LayoutChange conditions for which DiagramLayout.Invalidate will set DiagramLayout.ValidLayout to false. [Silverlight only.]  
public PropertyConditionsGets or sets the LayoutChange conditions for which DiagramLayout.Invalidate will set DiagramLayout.ValidLayout to false.  
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.  
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.  
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.  
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 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.  
public PropertyVerticalAlignment (Inherited from System.Windows.FrameworkElement)
public PropertyVisibility (Inherited from System.Windows.UIElement)
public PropertyWidth (Inherited from System.Windows.FrameworkElement)
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.  
public MethodCaptureMouse (Inherited from System.Windows.UIElement)
public MethodClearValue (Inherited from System.Windows.DependencyObject)
public MethodDoLayoutPosition all nodes that do not have an assigned Northwoods.GoXam.Node.Location 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.  
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.  
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.  
Top

Public Events

See Also

© 2010 All Rights Reserved.