2027 Method
Changes 0
M

SpacingRule.SetLayoutFixedDistance

Description:
Set the Layout property to FixedDistance.
Remarks:
When changing the Layout to FixedDistance, you must also simultaneously set the Distance, Justification, GridlinesRotation, and Offset properties.
public void SetLayoutFixedDistance(
	double distance,
	SpacingRuleJustification just,
	double gridlinesRotation,
	double offset
)