SpacingRule.SetLayoutFixedDistance
Method
Description:
Set the Layout property to FixedDistance.
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.
When changing the Layout to FixedDistance, you must also simultaneously set the Distance, Justification, GridlinesRotation, and Offset properties.
Syntax
public void SetLayoutFixedDistance(
double distance,
SpacingRuleJustification just,
double gridlinesRotation,
double offset
)
Parameters
Parameter | Type | Description |
---|---|---|
distance | Double | |
just | SpacingRuleJustification | |
gridlinesRotation | Double | |
offset | Double |
Return Value