Segment Enum

Definition

Individual segment bits

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
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

Applies to

Toode Versioonid
.NET IoT Libraries 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0