CalloutFormat.CustomLength(Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies that the first segment of the callout line (the segment attached to the text callout box) retain a fixed length whenever the callout is moved.
public:
void CustomLength(float Length);
public void CustomLength (float Length);
abstract member CustomLength : single -> unit
Public Sub CustomLength (Length As Single)
Parameters
- Length
- Single
The length of the first segment of the callout, in points.
Remarks
Use the AutomaticLength() method to specify that the first segment of the callout line be scaled automatically whenever the callout is moved. Applies only to callouts whose lines consist of more than one segment (types msoCalloutThree and msoCalloutFour).
Applying this method sets the AutoLength property to False and sets the Length property to the value specified for the Length
argument.