<Code Lib>
2022 Constructor
Changes 0
C

LayoutRuleFixedDistance()

Description:
Constructor of LayoutRuleFixedDistance. Create LayoutRuleFixedDistance with the values passed in.

public LayoutRuleFixedDistance(
	double spacing,
	BeamSystemJustifyType justifyType
)

  • Double
    spacing
    The value of spacing must be between 0 and 30000.
  • justifyType
    The type of the justification, it's corresponding to the items in the element properties dialog.

Loading…