LineLabelShape.AutoSizeLabel Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AutoSizeLabel() | Resizes the label shape automatically. (Inherited from LabelShape.) | |
AutoSizeLabel(String) | Automatically sizes this LabelShape based on the text that's passed in. Must be in a transaction to call this method because it updates shape bounds. (Overrides LabelShape.AutoSizeLabel(String).) |
Top