get_MinColumnWidth()

MathMatrix::get_MinColumnWidth() 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.

uint32_t Aspose::Slides::MathText::MathMatrix::get_MinColumnWidth() override

Remarks

Example:

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

See Also