The SpacingRule type exposes the following members.

Methods

  NameDescription
Public methodDispose
Causes the object to release immediately any resources it may be utilizing.
(Inherited from APIObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetLayoutFixedDistance
Set the Layout property to FixedDistance.
Public methodSetLayoutFixedNumber
Set the Layout property to FixedNumber.
Public methodSetLayoutMaximumSpacing
Set the Layout property to MaximumSpacing.
Public methodSetLayoutMinimumSpacing
Set the Layout property to MinimumSpacing.
Public methodSetLayoutNone
Set the Layout property to None.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBeltMeasurement
On a curved surface, BeltMeasurement specifies where the grid's distances are measured.
Public propertyDistance
The exact distance between layout lines.
Public propertyGridlinesRotation
An additional rotation to be applied to this set of grid lines.
Public propertyHasBeltMeasurement
True if the gridlines are not parallel due to surface curvature, and the BeltMeasurement property therefore applies.
Public propertyIsReadOnly
Identifies if the object is read-only or modifiable.
(Inherited from APIObject.)
Public propertyJustification
The justification of the lines within the region.
Public propertyLayout
A choice of several gridline layout rules.
Public propertyNumber
The exact number of lines in the region.
Public propertyOffset
An additional offset applied to the first gridline.

See Also