• <menu id="w2i4a"></menu>
  • logo Devexpress WPF控件文檔中心

    自定義主題


    立即下載DevExpress WPF

    您可以使用以下方法自定義主題。

    調(diào)色板

    使用自定義調(diào)色板創(chuàng)建新主題,并將主題應(yīng)用于應(yīng)用程序。

    下面的代碼示例創(chuàng)建了一個(gè)新的自定義調(diào)色板,將其應(yīng)用于Office2016ColorfulSE主題,并在應(yīng)用程序中使用該調(diào)色板:

    C#:

    var custompalette = new ThemePalette("CustomPalette");
    custompalette.SetColor("Foreground", (Color)ColorConverter.ConvertFromString("#FFFF7200"));
    custompalette.SetColor("Backstage.Focused", Colors.White);
    var customtheme = Theme.CreateTheme(custompalette, Theme.Office2016ColorfulSE);
    Theme.RegisterTheme(customtheme);
    ApplicationThemeHelper.ApplicationThemeName = customtheme.Name;


    VB.NET:

    Dim custompalette = New ThemePalette("CustomPalette")
    custompalette.SetColor("Foreground", ColorConverter.ConvertFromString("#FF015C9F"))
    custompalette.SetColor("Backstage.Focused", Colors.White)
    Dim customtheme = Theme.CreateTheme(custompalette, Theme.Office2016ColorfulSE)
    Theme.RegisterTheme(customtheme)
    ApplicationThemeHelper.ApplicationThemeName = customtheme.Name

    您只能對調(diào)色板主題使用這種方法。

    主題設(shè)計(jì)器

    WPF主題設(shè)計(jì)器是一個(gè)獨(dú)立的工具,允許修改和創(chuàng)建基于內(nèi)置的DevExpress WPF應(yīng)用程序主題的新主題。您可以通過以下方式自定義主題:

    • 創(chuàng)建一個(gè)新的主題程序集并在應(yīng)用程序中使用它(請參閱使用WPF主題設(shè)計(jì)器入門)。
    • 將當(dāng)前Palette Theme的調(diào)色板導(dǎo)出到.cs文件,并在應(yīng)用程序中使用創(chuàng)建的類。
    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();