BoundsFixupState 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.
Enum that specifies the state when OnBoundsFixup is called.
public enum class BoundsFixupState
public enum BoundsFixupState
type BoundsFixupState =
Public Enum BoundsFixupState
- Inheritance
-
BoundsFixupState
Fields
Name | Value | Description |
---|---|---|
Invalid | -1 | |
ViewFixup | 0 | |
ResizeParent | 1 |