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

时间:2023-03-09 06:50:40
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:

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

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

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

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