LineDisplayAttributes.IsCharacterSetMappingEnabled 属性

定义

获取或设置是否启用字符集映射。

public:
 property bool IsCharacterSetMappingEnabled { bool get(); void set(bool value); };
bool IsCharacterSetMappingEnabled();

void IsCharacterSetMappingEnabled(bool value);
public bool IsCharacterSetMappingEnabled { get; set; }
var boolean = lineDisplayAttributes.isCharacterSetMappingEnabled;
lineDisplayAttributes.isCharacterSetMappingEnabled = boolean;
Public Property IsCharacterSetMappingEnabled As Boolean

属性值

Boolean

bool

如果启用字符集映射,则为 True;否则为 False。

注解

LineDisplayCapabilities.CanMapCharacterSets 为 True 时,此可写属性控制是否启用字符映射。 启用字符映射后,设备驱动程序/服务对象会将应用程序发送的字符映射到设备支持的字符。

LineDisplayCapabilities.CanMapCharacterSets 为 False 时,此属性的值将固定为 False 且无法更改。

对此属性的更改将在下次调用 ClaimedLineDisplay.TryUpdateAttributesAsync (LineDisplayAttributes) 提交到 设备。

适用于

另请参阅