ColumnGapRule
MathMatrix.ColumnGapRule property
The type of horizontal spacing between columns of a matrix; Horizontal spacing units can be ems or points (stored as twips). Default: SingleSpacingGap (0)
public MathSpacingRules ColumnGapRule { get; set; }
Examples
Example:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
matrix.ColumnGapRule = MathSpacingRules.OneAndHalfSpacingGap;
See Also
- enum MathSpacingRules
- class MathMatrix
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides