Aspose::Cells::Drawing::Texts::TextBoxOptions::GetBottomMarginPt method

TextBoxOptions::GetBottomMarginPt method

Returns the bottom margin in unit of Points.

double Aspose::Cells::Drawing::Texts::TextBoxOptions::GetBottomMarginPt()

Examples

double val = shape.GetTextBoxOptions().GetBottomMarginPt();

See Also