CalloutFormat.Length Property

Definition

When the AutoLength property of the specified callout is set to False, 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; }
Public ReadOnly Property Length As Single

Property Value

Remarks

The Length property 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 a CalloutFormat object.

Applies to