FlattenMode Enum
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.
Scale mode that is used for scaling behavior of bounds control.
C#
public enum FlattenMode
type FlattenMode =
Public Enum FlattenMode
- Inheritance
-
FlattenMode
Name | Value | Description |
---|---|---|
Never | 0 | Regardless of how thin the bounds are, the BoundsControl will not flatten. |
Auto | 1 | If the bounds is sufficiently thin, the BoundsControl will automatically flatten along the thinnest axis. |
Always | 2 | Regardless of how thin or thick the bounds are, the BoundsControl will always flatten along the thinnest axis. |
Táirge | Leaganacha |
---|---|
MRTK3 Spatial Manipulation | 3.0, 3.1, 3.2 |