Aspose::Cells::Drawing::Texts::TextBoxOptions::GetLeftMarginPt method

TextBoxOptions::GetLeftMarginPt method

Gets and sets the left margin in unit of Points.

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

Examples

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

See Also