Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetRightMarginPt method

ShapeTextAlignment::GetRightMarginPt method

Returns the right margin in unit of Points.

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

Examples

if (shapeTextAlignment.GetRightMarginPt() == 1.0)
{
    shapeTextAlignment.SetRightMarginPt(2.0);
}

See Also