DiagramFixupConstants Class

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

System::Object
  Microsoft.VisualStudio.Modeling.Diagrams::DiagramFixupConstants

public ref class DiagramFixupConstants sealed 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticLoopMax

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.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticAddClrElementRulePriority

System_CAPS_pubfieldSystem_CAPS_staticAddConnectionRulePriority

Rules that add connections between shapes fire at this priority.

System_CAPS_pubfieldSystem_CAPS_staticAddOrphanedLinkForPresentationViewsSubjectLink

Rules that add an orphaned PEL link when a PresentationViewsSubject link is added.

System_CAPS_pubfieldSystem_CAPS_staticAddPresentationViewsSubjectLinkForOrphanedLink

Rules that add a PresentationViewsSubject link when an orphaned PEL link is added.

System_CAPS_pubfieldSystem_CAPS_staticAddShapeParentExistRulePriority

Rules that need to have a diagram shape association present

System_CAPS_pubfieldSystem_CAPS_staticAddShapeRulePriority

Rules that add child shapes fire at this priority.

System_CAPS_pubfieldSystem_CAPS_staticAutoLayoutShapesRulePriority

Rules that auto-layout shapes fire at this priority.

System_CAPS_pubfieldSystem_CAPS_staticLineReroutingRulePriority

Rules that reroute lines on a diagram.

System_CAPS_pubfieldSystem_CAPS_staticResizeParentRulePriority

Rules that resize parents of nested shapes.

System_CAPS_pubfieldSystem_CAPS_staticShapeAnchoringRulePriority

Rules that resize parents of nested shapes.

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

Return to top
Show: