CalloutFormat.Length Property
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.
When the AutoLength property of the specified callout is set to False, the Length property returns the length (in points) of the first segment of the callout line (the segment attached to the text callout box).
public:
property float Length { float get(); };
public float Length { get; }
member this.Length : single
Public ReadOnly Property Length As Single
Property Value
Remarks
Applies only to callouts whose lines consist of more than one segment (types msoCalloutThree and msoCalloutFour).
Use the CustomLength(Single) method to set the value of this property for the CalloutFormat object.