Edit

Share via


Large4Digit7SegmentDisplay.Item[Int32] Property

Definition

Gets or sets a single digit's segments by id

public Iot.Device.Display.Segment this[int address] { get; set; }
member this.Item(int) : Iot.Device.Display.Segment with get, set
Default Public Property Item(address As Integer) As Segment

Parameters

address
Int32

digit address (0..3)

Property Value

Segment in display buffer for the given address

Implements

Applies to