Aspose::Cells::Drawing::Texts::TextBoxOptions::SetTopMarginPt method

TextBoxOptions::SetTopMarginPt method

Gets and sets the top margin in unit of Points.

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

Examples

shape.GetTextBoxOptions().SetTopMarginPt(0.2);

See Also