c# dotNetBar symbol属性代码动态设置方法

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:

DotNetBar Symbol Set Library Material Table

DotNetBar Symbol Set Library Material Table

posted @ 2018-10-16 10:37  伪装大牛  阅读(1290)  评论(0)    收藏  举报