Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.33 KB

linedisplayattributes_ischaractersetmappingenabled.md

File metadata and controls

29 lines (19 loc) · 1.33 KB
-api-id -api-type
P:Windows.Devices.PointOfService.LineDisplayAttributes.IsCharacterSetMappingEnabled
winrt property

Windows.Devices.PointOfService.LineDisplayAttributes.IsCharacterSetMappingEnabled

-description

Gets or sets whether character set mapping is enabled.

-property-value

True if character set mapping is enabled; otherwise, False.

-remarks

When LineDisplayCapabilities.CanMapCharacterSets is True, this writeable property controls whether character mapping is enabled. When character mapping is enabled, characters sent by the application are mapped by the device driver/the Service Object to the characters supported by the device.

When LineDisplayCapabilities.CanMapCharacterSets is False the value of this property is fixed to False and cannot be changed.

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

-see-also

ClaimedLineDisplay.TryUpdateAttributesAsync(LineDisplayAttributes)

-examples