DiagramFixupConstants::LoopMax Property

 

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.

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

public:
property int LoopMax {
	static int get();
	static void set(int value);
}

Property Value

Type: System::Int32
Return to top
Show: