Northwoods.GoSilverlight 1.1.3 Assembly
LayoutManager Class Members
See Also  Fields  Properties  Methods  Events Send Feedback
Northwoods.GoXam Namespace : LayoutManager Class


The following tables list the members exposed by LayoutManager.

Public Constructors

 NameDescription
public ConstructorLayoutManager ConstructorThe constructor for the standard layout manager that is the initial value of LayoutManager.  
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)AnimatedPropertyIdentifies the Animated dependency property.  
public Fieldstatic (Shared in Visual Basic)AnimationTimePropertyIdentifies the AnimationTime dependency property.  
public Fieldstatic (Shared in Visual Basic)DefaultLocationPropertyIdentifies the DefaultLocation dependency property.  
public Fieldstatic (Shared in Visual Basic)InitialPropertyIdentifies the LayoutManager.Initial 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 PropertyAnimated Gets or sets whether there should be animated motion moving the nodes from their current positions to their laid out positions.  
public PropertyAnimationTime Gets or sets the time in milliseconds that any animation should take.  
public PropertyCacheMode (Inherited from System.Windows.UIElement)
public PropertyClip (Inherited from System.Windows.UIElement)
public PropertyCursor (Inherited from System.Windows.FrameworkElement)
public PropertyDataContext (Inherited from System.Windows.FrameworkElement)
public PropertyDefaultLocation Gets or sets the location from which unpositioned nodes appear at the start of the animation.  
public PropertyDesiredSize (Inherited from System.Windows.UIElement)
public PropertyDiagramGets the Diagram for which this LayoutManager performs automatic layouts.  
public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
public PropertyEffect (Inherited from System.Windows.UIElement)
public PropertyFlowDirection (Inherited from System.Windows.FrameworkElement)
public PropertyHeight (Inherited from System.Windows.FrameworkElement)
public PropertyHorizontalAlignment (Inherited from System.Windows.FrameworkElement)
public PropertyInitial Gets or sets under what conditions an "initialization" or "reset" of the model should cause layouts to be invalidated.  
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 PropertySkipsInvalidateGets or sets whether InvalidateLayout should do nothing when a part is added/removed/changed.  
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 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 MethodCanLayoutPartThis predicate decides whether a Part should participate in an Northwoods.GoXam.Layout.IDiagramLayout's layout.  
public MethodCaptureMouse (Inherited from System.Windows.UIElement)
public MethodClearValue (Inherited from System.Windows.DependencyObject)
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 MethodInvalidateArrange (Inherited from System.Windows.UIElement)
public MethodInvalidateLayoutDeclare that the Northwoods.GoXam.Layout.IDiagramLayout including a given Part is now invalid and may need to be performed again soon.  
public MethodInvalidateMeasure (Inherited from System.Windows.UIElement)
public MethodLayoutDiagramOverloaded.  Request a re-layout of all of the nodes and links in this diagram.  
public MethodMeasure (Inherited from System.Windows.UIElement)
public MethodMoveAnimatedThis basically just sets the value of Northwoods.GoXam.Node.Position, but with animated movement.  
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 MethodSetValueOverloaded.  (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 MethodPerformLayoutThis method is called asynchronously in order to layout a Diagram.  
protected MethodVerifyAccessThrow an exception if the current thread does not have access to this DependencyObject.  
Top

Public Events

See Also