<Code Lib>
2025.3 Constructor
Changes 0
C

LayoutRuleMaximumSpacing()

Description:
Constructor of LayoutRuleMaximumSpacing.
Remarks:
The value of spacing must be in (0, 30000), but in fact the spacing should not be too small or too great.

public LayoutRuleMaximumSpacing(
	double spacing
)

  • Double
    spacing
    The value of spacing must be in (0, 30000).

Loading…