Aspose::Cells::Drawing::Texts::TextBoxOptions::GetRightMarginPt method

TextBoxOptions::GetRightMarginPt method

Gets and sets the right margin in unit of Points.

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

Examples

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

See Also