CalloutFormat.AutoLength 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.
Applies only to callouts whose lines consist of more than one segment (types msoCalloutThree and msoCalloutFour).
public:
property Microsoft::Office::Core::MsoTriState AutoLength { Microsoft::Office::Core::MsoTriState get(); };
public Microsoft.Office.Core.MsoTriState AutoLength { get; }
Public ReadOnly Property AutoLength As MsoTriState
Property Value
Remarks
MsoTriState can be one of these MsoTriState constants:
msoCTrue
msoFalse The first segment of the callout retains the fixed length specified by the Length property whenever the callout is moved.
msoTriStateMixed
msoTriStateToggle
msoTrue The first segment of the callout line (the segment attached to the text callout box) is scaled automatically whenever the callout is moved.
Use the AutomaticLength() method to set this property to msoTrue, and use the CustomLength(Single) method to set this property to msoFalse.