2022 Members
Changes 4
M

SpacingRule

Name Return Type Description Inherited From
M Dispose() None Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject .) APIObject
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M SetLayoutFixedDistance(Double, SpacingRuleJustification, Double, Double) None Set the Layout property to FixedDistance.
M SetLayoutFixedNumber(Int32, SpacingRuleJustification, Double, Double) None Set the Layout property to FixedNumber.
M SetLayoutMaximumSpacing(Double, SpacingRuleJustification, Double, Double) None Set the Layout property to MaximumSpacing.
M SetLayoutMinimumSpacing(Double, SpacingRuleJustification, Double, Double) None Set the Layout property to MinimumSpacing.
M SetLayoutNone() None Set the Layout property to None.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P BeltMeasurement double On a curved surface, BeltMeasurement specifies where the grid's distances are measured.
P Distance double The exact distance between layout lines.
P GridlinesRotation double An additional rotation to be applied to this set of grid lines.
P HasBeltMeasurement bool True if the gridlines are not parallel due to surface curvature, and the BeltMeasurement property therefore applies.
P IsReadOnly bool Identifies if the object is read-only or modifiable. (Inherited from APIObject .) APIObject
P Justification SpacingRuleJustification The justification of the lines within the region.
P Layout SpacingRuleLayout A choice of several gridline layout rules.
P Number int The exact number of lines in the region.
P Offset double An additional offset applied to the first gridline.