Edit

Share via


Dot Enum

Definition

Dot display setup

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum Dot
[<System.Flags>]
type Dot = 
Public Enum Dot
Inheritance
Dot
Attributes

Fields

CenterColon 2

Center colon

DecimalPoint 16

Decimal point (between third and fourth digits)

LeftColon 12

Left colon

LeftLower 8

Left lower dot

LeftUpper 4

Left upper dot

Off 0

Disable all dots

Remarks

Specific to device Large4Digit7SegmentDisplay

Applies to