LineDisplayAttributes.CharacterSet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).