SpacingRule
Description:
A rule for specifying a set of equidistant, parallel gridlines within a region.
A rule for specifying a set of equidistant, parallel gridlines within a region.
public class SpacingRule : APIObject
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| SetLayoutFixedDistance(Double, SpacingRuleJustification, Double, Double) | None | Set the Layout property to FixedDistance. | |
| SetLayoutFixedNumber(Int32, SpacingRuleJustification, Double, Double) | None | Set the Layout property to FixedNumber. | |
| SetLayoutMaximumSpacing(Double, SpacingRuleJustification, Double, Double) | None | Set the Layout property to MaximumSpacing. | |
| SetLayoutMinimumSpacing(Double, SpacingRuleJustification, Double, Double) | None | Set the Layout property to MinimumSpacing. | |
| SetLayoutNone() | None | Set the Layout property to None. | |
| Dispose() | None | Causes the object to release immediately any resources it may be utilizing. | APIObject |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| BeltMeasurement | double | On a curved surface, BeltMeasurement specifies where the grid's distances are measured. | |
| Distance | double | The exact distance between layout lines. | |
| GridlinesRotation | double | An additional rotation to be applied to this set of grid lines. | |
| HasBeltMeasurement | bool | True if the gridlines are not parallel due to surface curvature, and the BeltMeasurement property therefore applies. | |
| Justification | SpacingRuleJustification | The justification of the lines within the region. | |
| Layout | SpacingRuleLayout | A choice of several gridline layout rules. | |
| Number | int | The exact number of lines in the region. | |
| Offset | double | An additional offset applied to the first gridline. | |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. | APIObject |