set_MinColumnWidth()

MathMatrix::set_MinColumnWidth(uint32_t) method

Minimum column width in twips (1/20th of a point) The gap spacing (also referred to as \u201CColumn Gap\u201D or \u201CGap Width\u201D) is added to the MinColumnWidth to determine the total Matrix Column Spacing (distance between the same edges of different columns). Default: 0.

void Aspose::Slides::MathText::MathMatrix::set_MinColumnWidth(uint32_t value) override

Remarks

Example:

auto matrix = System::MakeObject<MathMatrix>(2, 3);
matrix->set_MinColumnWidth(20);

See Also