SpacingRuleLayout
Description:
Rules for laying out a series of equidistant points or parallel lines
Rules for laying out a series of equidistant points or parallel lines
public enum SpacingRuleLayout
| Name | Description |
|---|---|
| FixedDistance | Points or lines are separated by a fixed distance. |
| FixedNumber | Fixed number of points or lines with uniform distance between them. |
| MaximumSpacing | Points or lines are separated by at most the max distance. |
| MinimumSpacing | Points or lines are separated by at least the minimum distance. |
| None | No points or lines will be created. |