PlacementValueStyle 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.
public enum class PlacementValueStyle
public enum PlacementValueStyle
type PlacementValueStyle =
Public Enum PlacementValueStyle
- Inheritance
-
PlacementValueStyle
Fields
Name | Value | Description |
---|---|---|
VGPlaceNone | -1 | |
VGPlaceUndirected | 0 | |
VGPlaceNS | 1 | |
VGPlaceWE | 2 | |
VGPlaceSN | 3 | |
VGPlaceEW | 4 | |
VGPlaceCircular | 5 | |
VGPlaceWideSSE | 6 | |
VGPlaceWideESE | 7 | |
VGPlaceWideENE | 8 | |
VGPlaceWideNNE | 9 | |
VGPlaceWideNNW | 10 | |
VGPlaceWideWNW | 11 | |
VGPlaceWideWSW | 12 | |
VGPlaceWideSSW | 13 |