ColumnGapRule

MathMatrix.ColumnGapRule-Eigenschaft

Der Typ des horizontalen Abstands zwischen Spalten einer Matrix; Horizontale Abstands-Einheiten können ems oder Punkte (gespeichert als twips) sein. Standard: SingleSpacingGap (0)

public MathSpacingRules ColumnGapRule { get; set; }

Beispiele

Beispiel:

[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
matrix.ColumnGapRule = MathSpacingRules.OneAndHalfSpacingGap;

Siehe auch