DiagramFixupConstants Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class DiagramFixupConstants sealed
public sealed class DiagramFixupConstants
type DiagramFixupConstants = class
Public NotInheritable Class DiagramFixupConstants
- Inheritance
-
DiagramFixupConstants
Fields
AddClrElementRulePriority | |
AddConnectionRulePriority |
Rules that add connections between shapes fire at this priority. |
AddOrphanedLinkForPresentationViewsSubjectLink |
Rules that add an orphaned PEL link when a PresentationViewsSubject link is added. |
AddPresentationViewsSubjectLinkForOrphanedLink |
Rules that add a PresentationViewsSubject link when an orphaned PEL link is added. |
AddShapeParentExistRulePriority |
Rules that need to have a diagram shape association present |
AddShapeRulePriority |
Rules that add child shapes fire at this priority. |
AutoLayoutShapesRulePriority |
Rules that auto-layout shapes fire at this priority. |
LineReroutingRulePriority |
Rules that reroute lines on a diagram. |
ResizeParentRulePriority |
Rules that resize parents of nested shapes. |
ShapeAnchoringRulePriority |
Rules that resize parents of nested shapes. |
Properties
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. |