Segment 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.
Individual segment bits
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum Segment
[<System.Flags>]
type Segment =
Public Enum Segment
- Inheritance
-
Segment
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No segment |
Top | 1 | Top segment |
TopRight | 2 | Top right segment |
BottomRight | 4 | Bottom right segment |
Bottom | 8 | Bottom segment |
BottomLeft | 16 | Bottom left segment |
TopLeft | 32 | Top left segment |
Middle | 64 | Middle segment |
Dot | 128 | Dot |
Remarks
--0-- | | 5 1 | | --6-- | | 4 2 | | --3-- . 7