Aspose::Cells::Drawing::Texts::TextBoxOptions::SetBottomMarginPt method

TextBoxOptions::SetBottomMarginPt method

Returns the bottom margin in unit of Points.

void Aspose::Cells::Drawing::Texts::TextBoxOptions::SetBottomMarginPt(double value)

Examples

shape.GetTextBoxOptions().SetBottomMarginPt(0.2);

See Also