MsoAutoSize Enum
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.
Determines the type of automatic sizing allowed.
public enum class MsoAutoSize
public enum MsoAutoSize
type MsoAutoSize =
Public Enum MsoAutoSize
- Inheritance
-
MsoAutoSize
Fields
Name | Value | Description |
---|---|---|
msoAutoSizeMixed | -2 | A combination of automatic sizing schemes are used. |
msoAutoSizeNone | 0 | No autosizing. |
msoAutoSizeShapeToFitText | 1 | The shape is adjusted to fit the text. |
msoAutoSizeTextToFitShape | 2 | The text is adjusted to fit the shape. |