DiagramFixupConstants Class

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.Modeling.Diagrams.DiagramFixupConstants

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Public NotInheritable Class DiagramFixupConstants
public sealed class DiagramFixupConstants
public ref class DiagramFixupConstants sealed
[<Sealed>]
type DiagramFixupConstants =  class end
public final class DiagramFixupConstants

The DiagramFixupConstants type exposes the following members.

Properties

  Name Description
Public propertyStatic member LoopMax Gets or sets the maximum amount of times that the auto fixup code is allowed to loop through trying to position and size everything correctly. It defaults to the above, but is settable per designer.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member AddClrElementRulePriority
Public fieldStatic member AddConnectionRulePriority Rules that add connections between shapes fire at this priority.
Public fieldStatic member AddOrphanedLinkForPresentationViewsSubjectLink Rules that add an orphaned PEL link when a PresentationViewsSubject link is added.
Public fieldStatic member AddPresentationViewsSubjectLinkForOrphanedLink Rules that add a PresentationViewsSubject link when an orphaned PEL link is added.
Public fieldStatic member AddShapeParentExistRulePriority Rules that need to have a diagram shape association present
Public fieldStatic member AddShapeRulePriority Rules that add child shapes fire at this priority.
Public fieldStatic member AutoLayoutShapesRulePriority Rules that auto-layout shapes fire at this priority.
Public fieldStatic member LineReroutingRulePriority Rules that reroute lines on a diagram.
Public fieldStatic member ResizeParentRulePriority Rules that resize parents of nested shapes.
Public fieldStatic member ShapeAnchoringRulePriority Rules that resize parents of nested shapes.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Modeling.Diagrams Namespace