Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 938 Bytes

linedisplayattributes_characterset.md

File metadata and controls

27 lines (18 loc) · 938 Bytes
-api-id -api-type
P:Windows.Devices.PointOfService.LineDisplayAttributes.CharacterSet
winrt property

Windows.Devices.PointOfService.LineDisplayAttributes.CharacterSet

-description

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

-property-value

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).

-see-also

ClaimedLineDisplay.TryUpdateAttributesAsync(LineDisplayAttributes)

-examples