Aspose::Cells::Drawing::Texts::TextBoxOptions::GetTopMarginPt method

TextBoxOptions::GetTopMarginPt method

Gets and sets the top margin in unit of Points.

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

Examples

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

See Also