LabelPlacedFlag 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.
Enumeration for whether a label is auto placed or manually moved/sized.
public enum class LabelPlacedFlag
public enum LabelPlacedFlag
type LabelPlacedFlag =
Public Enum LabelPlacedFlag
- Inheritance
-
LabelPlacedFlag
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | |
Placed | 1 | |
Sized | 2 |