Share via


CalloutFormat.AutoLength Property

Determines whether the first segment of the callout retains the fixed length specified by the Length property, or is scaled automatically, whenever the callout is moved. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property AutoLength As MsoTriState
    Get
'Usage
Dim instance As CalloutFormat
Dim value As MsoTriState

value = instance.AutoLength
MsoTriState AutoLength { get; }

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

This property is read-only. However, you can use the AutomaticLength method to set this property to msoTrue and the CustomLength method to set this property to msoFalse.

The value returned by the AutoLength property can be one of these MsoTriState constants. This property applies only to callouts whose lines consist of more than one segment (types msoCalloutThree and msoCalloutFour).

Constant

Description

msoFalse

The first segment of the callout retains the fixed length specified by the Length property whenever the callout is moved.

msoTrue

The first segment of the callout line (the segment attached to the text callout box) is scaled automatically whenever the callout is moved.

See Also

Reference

CalloutFormat Interface

CalloutFormat Members

Microsoft.Office.Interop.PowerPoint Namespace