LineDisplayAttributes.CharacterSet Property

Definition

Gets or sets the current character set used by the device to display characters.

public:
 property int CharacterSet { int get(); void set(int value); };
int CharacterSet();

void CharacterSet(int value);
public int CharacterSet { get; set; }
var int32 = lineDisplayAttributes.characterSet;
lineDisplayAttributes.characterSet = int32;
Public Property CharacterSet As Integer

Property Value

Int32

int

The current character set.

Remarks

Valid values for this property are the values stored in ClaimedLineDisplay.SupportedCharacterSets.

Changes to this property are committed to the device on the next call to ClaimedLineDisplay.TryUpdateAttributesAsync(LineDisplayAttributes).

Applies to

See also