DiagramFixupConstants.LoopMax Property
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.
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.