DiagramFixupConstants.LoopMax Property

Definition

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.

public:
 static property int LoopMax { int get(); void set(int value); };
public static int LoopMax { get; set; }
static member LoopMax : int with get, set
Public Shared Property LoopMax As Integer

Property Value

Maximum number of times auto fixup code is allowed to loop.

Applies to