Segment Enum

Definition

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

Bottom 8

Bottom segment

BottomLeft 16

Bottom left segment

BottomRight 4

Bottom right segment

Dot 128

Dot

Middle 64

Middle segment

None 0

No segment

Top 1

Top segment

TopLeft 32

Top left segment

TopRight 2

Top right segment

Remarks

--0-- | | 5 1 | | --6-- | | 4 2 | | --3-- . 7

Applies to