Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetBottomMarginPt method

ShapeTextAlignment::GetBottomMarginPt method

Returns the bottom margin in unit of Points.

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

Examples

if (shapeTextAlignment.GetBottomMarginPt() == 1.0)
{
    shapeTextAlignment.SetBottomMarginPt(2.0);
}

See Also