Sugar UI is designed for developers. This set includes two customised control styles and one refined control,Sweet and Solid. Sweet, the two customised control styles has its own personality, as well as Window 8 store App style. The dark version and the light fits various colour themes. Solid,the refined control more focuses on common features,which aims to shorter development time. Those UI has creative visual elements,and provides fluent interactions,and friendly user experience. For different apps and different resolutions,it also works very well.
- Tender and harmonious , also fit Window 8 Store App style
- You don't need to be Visual Designer. Your app also could be amazingly beautiful
- Dark one or the light one matches with various colour themes
- It is especially designed for developers. What you need to do is to install and link data. Always Free
redefined Common Controls
- Sweet-Button
- Sweet-CheckBox
- Sweet-Slider
- Sweet-TextBox
- Sweet-ToggleSwitch
- Sweet-ToggleButton
- Sweet-RadioButton
- Sweet-ScrollBar
- Sweet-Container
- Sweet-ScrollViewer
- Sweet-ProgressBar
- Sweet-FlipView
- Sweet-PasswordBox
New Controls
- Sweet-CommandButton —— Command Button with more command information
- Sweet-RecommandedButton —— Button recommended user to press
- Sweet-RecommandedCommandButton—— Command button recommended by the app
- Sweet-UnrecommandedButton—— Button unrecommended by the app
- Sweet-MediaPlayerContentControl—— the container for media player for Sweet Theme
- Sweet-MediaButton—— Customised Media Button for Sweet Theme
- Sweet-MediaSlider—— Customised Media Slider for Sweet Theme
- Sweet-ContentControl—— Container for all content controls
- Sweet-CheckBoxforToggleMenu—— Customised check box for Toggle menu in Sweet Theme
- Sweet-RadioButtonforContextmenu— Customised radio button for Context menu in Sweet Theme
- Give your Windows Store App a “3D” look.
- Simple and clear, available for all categories of apps
- Dark one or the light one matches with various colour themes
- Especially designed for developers,what you need to do is to install and link data. Always Free
- You don't need to be Visual Designer. Your app also could be amazingly beautiful
redefined Common Controls
- Solid-Button
- Solid-CheckBox
- Solid-Slider
- Solid-TextBox
- Solid-ToggleSwitch
- Solid-ToggleButton
- Solid-RadioButton
- Solid-ScrollBar
- Solid-Container
- Solid-ScrollViewer
- Solid-ProgressBar
- Solid-FlipView
- Solid-PasswordBox
New Controls
- Solid-CommandButton —— Command Button with more command information
- Solid-RecommandedButton —— Button recommended user to press
- Solid-RecommandedCommandButton —— Command button recommended by the app
- Solid-UnrecommandedButton —— Button unrecommended by the app
- Solid-MediaPlayerContentControl —— the container for media player for Solid Theme
- Solid-MediaButton —— Customised Media Button for Solid Theme
- Solid-MediaSlider —— Customised Media Slider for Solid Theme
- Solid-ContentControl —— Container for all content controls
- Solid-CheckBoxforToggleMenu —— Customised check box for Toggle menu in Solid Theme
- Solid-RadioButtonforContextmenu —— Customised radio button for Context menu in Solid Theme
copy file " SweetStyles.xaml " or " SolidStyles.xaml " to the project ,under the folder “ Common ” , In the file " App.xaml", add code "ResourceDictionary Source="Common/SweetStyles.xaml"/" or "ResourceDictionary Source="Common/SolidStyles.xaml"/" after the "ResourceDictionary.MergedDictionaries"
copyright (C) 2013 Redsafi LLC - Please read LICENSE.TXT
SugarUI专为开发者设计;该套装包含Sweet和Solid两组自定义控件样式以及一组增强控件。两组控件样式充满个性且不失Windows Store App的风格;亮暗两版随意切换,适用于各种配色方案。一组增强控件提供了针对一些常用功能的支持,节省了开发时间;UI视觉新颖、适配性强;交互形式流畅、创新、用户体验优秀。
- 柔和亲切又不失Windows Store App的风格
- 无需专业的视觉设计即可开发出美观的应用
- 亮暗两版随意切换,适用于各种配色方案
- 专为开发者设计,即装即用,永久免费
- 无需专业美术基础即可让你的应用从此与众不同
重新定义了Sweet主题的实用控件
- Sweet-Button
- Sweet-CheckBox
- Sweet-Slider
- Sweet-TextBox
- Sweet-ToggleSwitch
- Sweet-ToggleButton
- Sweet-RadioButton
- Sweet-ScrollBar
- Sweet-Container
- Sweet-ScrollViewer
- Sweet-ProgressBar
- Sweet-FlipView
- Sweet-PasswordBox
增加了新的控件
- Sweet-CommandButton —— 用于为用户提供包含内容的选项按钮
- Sweet-RecommandedButton —— 推荐用户选择的按钮
- Sweet-RecommandedCommandButton——推荐用户选择的Commendbutton
- Sweet-UnrecommandedButton——不推荐用户选择的Commendbutton
- Sweet-MediaPlayerContentControl——适用于Sweet主题下盛装mediaplay元素的容器
- Sweet-MediaButton——适用于Sweet主题下MediaPlayer控件的按钮
- Sweet-MediaSlider——适用于Sweet主题下MediaPlayer控件的Slider
- Sweet-ContentControl——适用于Sweet主题下的容器
- Sweet-CheckBoxforToggleMenu——适用于Sweet主题下ToggleMenu的checkbox
- Sweet-RadioButtonforContextmenu—适用于Sweet主题下Contextmenu的RadioButton
- 立体化你的Windows Store App
- 简洁明快,可应用于各种产品
- 亮暗两版随意切换,适用于各种配色方案
- 专为开发者设计,即装即用,永久免费
- 无需专业美术基础即可让你的应用从此与众不同
重新定义了Sweet主题的实用控件
- Solid-Button
- Solid-CheckBox
- Solid-Slider
- Solid-TextBox
- Solid-ToggleSwitch
- Solid-ToggleButton
- Solid-RadioButton
- Solid-ScrollBar
- Solid-Container
- Solid-ScrollViewer
- Solid-ProgressBar
- Solid-FlipView
- Solid-PasswordBox
增加了新的控件
- Solid-CommandButton —— 用于为用户提供包含内容的选项按钮
- Solid-RecommandedButton —— 推荐用户选择的按钮
- Solid-RecommandedCommandButton——推荐用户选择的Commendbutton
- Solid-UnrecommandedButton——不推荐用户选择的Commendbutton
- Solid-MediaPlayerContentControl——适用于Sweet主题下盛装mediaplay元素的容器
- Solid-MediaButton——适用于Sweet主题下MediaPlayer控件的按钮
- Solid-MediaSlider——适用于Sweet主题下MediaPlayer控件的Slider
- Solid-ContentControl——适用于Sweet主题下的容器
- Solid-CheckBoxforToggleMenu——适用于Sweet主题下ToggleMenu的checkbox
- Solid-RadioButtonforContextmenu—适用于Sweet主题下Contextmenu的RadioButton
将SweetStyles.xaml或SolidStyles.xaml复制到项目中Common文件夹下并添加进项目,在App.xaml中 "ResourceDictionary.MergedDictionaries"下方添加代码"ResourceDictionary Source="Common/SweetStyles.xaml"/"或"ResourceDictionary Source="Common/SolidStyles.xaml"/"
copyright (C) 2013 Redsafi LLC - 请参阅LICENSE.TXT的详细信息