博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
c# dotNetBar symbol属性代码动态设置方法
阅读量:5161 次
发布时间:2019-06-13

本文共 429 字,大约阅读时间需要 1 分钟。

C#:

button.Symbol = "\uf060";

VB:

button.Symbol = ChrW("&Hf060")

 

Since we included 2 symbol set libraries, you can select symbol set library to use by setting SymbolSet property.

Here is the table with available symbols and corresponding unicode values for Awesome symbol set:

Here is the table with available symbols and corresponding unicode values for Material symbol set:

转载于:https://www.cnblogs.com/SoftWareIe/p/9796590.html

你可能感兴趣的文章
【UVA】434-Matty's Blocks
查看>>
Android开发技术周报 Issue#80
查看>>
hadoop2.2.0+hive-0.10.0完全分布式安装方法
查看>>
django知识点总结
查看>>
C++ STL stack、queue和vector的使用
查看>>
使用Reporting Services时遇到的小问题
查看>>
约瑟夫问题
查看>>
Arduino 报错总结
查看>>
树莓派Android Things物联网开发:树莓派GPIO引脚图
查看>>
矩阵快速幂---BestCoder Round#8 1002
查看>>
如何将应用完美迁移至Android P版本
查看>>
【转】清空mysql一个库中的所有表的数据
查看>>
基于wxPython的python代码统计工具
查看>>
淘宝JAVA中间件Diamond详解(一)---简介&快速使用
查看>>
Hadoop HBase概念学习系列之HBase里的宽表设计概念(表设计)(二十七)
查看>>
Kettle学习系列之Kettle能做什么?(三)
查看>>
Day03:Selenium,BeautifulSoup4
查看>>
awk变量
查看>>
mysql_对于DQL 的简单举例
查看>>
35. Search Insert Position(C++)
查看>>