A Single type property. The distance the text inside the text block is offset from the right border of the text box.
Applies to: TextBlock object
[[Let] sinleRet =] object.RightMargin [Let] object.RightMargin = rightMarginSet |
The RightMargin property syntax has these parts:
Part | Description |
object | Required. An expression that returns a TextBlock object. |
sinleRet | Optional. A Single type variable. |
rightMarginSet | Required. An expression that returns a Single value. |
The unit of measure for the RightMargin property are internal ConceptDraw units (InternalUnit).
The RightMargin property is also a table parameter of the shape which contains the object text block, that is, its value can be described by a formula. To work with RightMargin as a table parameter, use the CDPT_RIGHTMARGIN constant tag.
This example demonstrates how to increase the distance between the text and right border of the text block of an existing shape.
Dim s as Shape |