A Single type property. Specifies the distance between the bottom border of the text box and the last line of text it contains.
Applies to: TextBlock object
[[Let] singleRet =] object.BottomMargin [Let] object.BottomMargin = bottomMarginSet |
The BottomMargin property syntax has these parts:
Part | Description |
object | Required. An expression that returns a TextBlock object. |
singleRet | Optional. A Single type variable. |
bottomMarginSet | Required. An expression that returns a Single value. |
The unit of measure for the BottomMargin property is InternalUnit.
The BottomMargin property is also a table parameter of the shape, to which the object text block belongs - that is, its value can be described by a formula. To work with BottomMargin as a table parameter, use the CDPT_BOTTOMMARGIN constant tag.
This example shows how to increase the distance between the bottom border of the text box and the last line of text it contains. It assumes the shape exists and contains text.
Dim s as Shape |