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 |
|---|---|---|---|
| Dispose() | None | Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject ) | APIObject |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| 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. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| 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. | |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. (Inherited from APIObject ) | APIObject |
| 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. |