Arion.Style 0.7.0

dotnet add package Arion.Style --version 0.7.0
NuGet\Install-Package Arion.Style -Version 0.7.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Arion.Style" Version="0.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Arion.Style --version 0.7.0
#r "nuget: Arion.Style, 0.7.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Arion.Style as a Cake Addin
#addin nuget:?package=Arion.Style&version=0.7.0

// Install Arion.Style as a Cake Tool
#tool nuget:?package=Arion.Style&version=0.7.0

Arion style

Библиотека стилей

nuget nuget(download)

Подключение

В менеджере пакетов Nuget находите пакет Arion.Style и устанавливаете его

Arion.Style в менеджере пакетов nuget

В документ App.xaml добавляете словарь

<ResourceDictionary>
    <ResourceDictionary.MergedDictionaries>
        <ResourceDictionary Source="/Arion.Style;component/ArionUiTheme.xaml" />
    </ResourceDictionary.MergedDictionaries>
</ResourceDictionary>

Использование конкретных элементов прописано в самом элементе


Оглавление

  1. Button
  2. TextBox
  3. PasswordBox
  4. CheckBox
  5. ToggleButton
  6. RadioButton
  7. Switcher
  8. Slider
  9. ListView
  10. Tab
  11. Tooltip
  12. Colors
  13. Tables
  14. ProgressBar
  15. Breadcrumb
  16. ComboBox
  17. DisplayControl
  18. Expander
  19. InlineAlert
  20. Label
  21. RangeSlider
  22. Shadow

Button

Есть несколько типов стилей кнопок Filled, Outline, Text

Filled - Закрашенные без рамок Outline - Белые кнопки с рамками Text - Белые кнопки без рамок, на белом фоне похожи на простой текст, пока не наведешь

Для использования стилей пишете тип кнопки

Доступные стили для версии 0.3.0

Default Filled Outline Text
Standard Кнопка со стилем FilledLg Кнопка со стилем OutlineLg Кнопка со стилем TextLg
Left icon Кнопка со стилем FilledLg Кнопка со стилем OutlineLg Кнопка со стилем TextLg
Right icon Кнопка со стилем FilledLg Кнопка со стилем OutlineLg Кнопка со стилем TextLg
Center icon Кнопка со стилем FilledLg Кнопка со стилем OutlineLg Кнопка со стилем TextLg
Linear progress bar Кнопка со стилем FilledLg Кнопка со стилем OutlineLg Кнопка со стилем TextLg
Circle progress bar Кнопка со стилем FilledLg Кнопка со стилем OutlineLg Кнопка со стилем TextLg

BtnFilled, BtnOutline, BtnText,


TextBox

Стиль текстового поля задан по умолчанию, поэтому какой то определенный стиль применять не требуется.

Элемент TextBox


PasswordBox


CheckBox

Стиль данного элемента также установлен по умолчанию, и имеет разное отображение на 3 состояния Checked, Unchecked, Null

Чек бокс Чек бокс Чек бокс


ToggleButton

ToggleButton имеет два стиля

  1. По умолчанию

Чек бокс Чек бокс Чек бокс


RadioButton

Стиль установлен по умолчанию Чек бокс Чек бокс


Switcher

Переключатели или же свитчеры, стиль для Радио кнопок.

Имеют 3 типа по отображению

Default First Middle Last
Filled SwitcherFirst SwitcherMiddle SwitcherLast
Outline SwitcherFirst SwitcherMiddle SwitcherLast
Hover First Middle Last
Filled SwitcherFirst SwitcherMiddle SwitcherLast
Outline SwitcherFirst SwitcherMiddle SwitcherLast
Disabled First Middle Last
Filled SwitcherFirst SwitcherMiddle SwitcherLast
Outline SwitcherFirst SwitcherMiddle SwitcherLast
Focus First Middle Last
Filled SwitcherFirst SwitcherMiddle SwitcherLast
Outline SwitcherFirst SwitcherMiddle SwitcherLast
Selected First Middle Last
Filled SwitcherFirst SwitcherMiddle SwitcherLast
Outline SwitcherFirst SwitcherMiddle SwitcherLast

SwitcherFirst, SwitcherMiddle, SwitcherLast


Slider

Slider


ListView


Tab

Tabs


Tooltip

Стиль по умолчанию

ToolTip


Colors

Pr R G Y P T
50 Pr50 Pr50 Pr50 Pr50 Pr50 Pr50
100 Pr100 Pr100 Pr100 Pr100 Pr100 Pr100
200 Pr200 Pr200 Pr200 Pr200 Pr200 Pr200
300 Pr300 Pr300 Pr300 Pr300 Pr300 Pr300
400 Pr400 Pr400 Pr400 Pr400 Pr400 Pr400
500 Pr500 Pr500 Pr500 Pr500 Pr500 Pr500
600 Pr600 Pr600 Pr600 Pr600 Pr600 Pr600
700 Pr700 Pr700 Pr700 Pr700 Pr700 Pr700
800 Pr800 Pr800 Pr800 Pr800 Pr800 Pr800
900 Pr900 Pr900 Pr900 Pr900 Pr900 Pr900

Pr50, Pr100, Pr200, Pr300, Pr400, Pr500, Pr600, Pr700, Pr800, Pr900 и так далее


Shadow

El1 El2 El3 El4 El5 El6
El1 El2 El3 El4 El5 El6

Tables


ProgressBar



ComboBox


DisplayControl


Expander


InlineAlert


Label


RangeSlider


Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Arion.Style:

Package Downloads
Arion.Style.Controls

Дизайн для элементов

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.7.0 205 3/25/2024
0.6.2.2 106 3/6/2024
0.6.2.1 95 3/6/2024
0.6.2 334 2/8/2024
0.6.1 146 2/1/2024
0.6.0 75 1/29/2024
0.5.23 189 1/10/2024
0.5.22 189 12/29/2023
0.5.21 184 11/2/2023
0.5.20 964 9/14/2023
0.5.19 104 9/14/2023
0.5.18 440 9/4/2023
0.5.17 112 9/4/2023
0.5.16 128 9/3/2023
0.5.15 100 9/3/2023
0.5.14 96 9/3/2023
0.5.13 98 9/3/2023
0.5.12 102 9/3/2023
0.5.11 100 9/3/2023
0.5.10 530 6/30/2023
0.5.9 142 6/30/2023
0.5.8 175 6/22/2023
0.5.7 123 6/21/2023
0.5.6 159 6/8/2023
0.5.5 145 6/2/2023
0.5.4.7 154 6/1/2023
0.5.4.6 148 6/1/2023
0.5.4.5 136 5/31/2023
0.5.4.4 154 5/31/2023
0.5.4.3 135 5/31/2023
0.5.4.2 143 5/31/2023
0.5.4.1 135 5/31/2023
0.5.4 153 5/31/2023
0.5.3 140 5/30/2023
0.5.2 133 5/30/2023
0.5.1 164 5/29/2023
0.5.0 144 5/22/2023
0.4.11.1 193 5/10/2023
0.4.11 184 5/10/2023
0.4.10.2 150 5/5/2023
0.4.10.1 155 5/5/2023
0.4.10 170 5/5/2023
0.4.9.4 221 5/4/2023
0.4.9.3 190 5/4/2023
0.4.9.2 191 5/4/2023
0.4.9.1 166 5/4/2023
0.4.9 169 5/3/2023
0.4.8.1 181 5/2/2023
0.4.8 166 4/30/2023
0.4.7.1 184 4/28/2023
0.4.7 173 4/28/2023
0.4.6 190 4/28/2023
0.4.5 178 4/24/2023
0.4.4 216 4/20/2023
0.4.3 172 4/19/2023
0.4.1 213 4/17/2023
0.4.0 229 4/15/2023
0.3.7 205 4/10/2023
0.3.6 247 4/10/2023
0.3.5 219 4/10/2023
0.3.4 206 4/10/2023
0.3.3 271 4/7/2023
0.3.2 227 4/7/2023
0.3.1 222 4/7/2023
0.3.0 238 4/6/2023
0.2.8 250 3/31/2023
0.2.7 212 3/31/2023
0.2.6.7 232 3/31/2023
0.2.6.6 228 3/31/2023
0.2.6.5 238 3/31/2023
0.2.6.4 233 3/31/2023
0.2.6.3 252 3/31/2023
0.2.6.2 250 3/30/2023
0.2.6.1 234 3/30/2023
0.2.6 221 3/30/2023
0.2.5 259 3/29/2023
0.2.4 222 3/29/2023
0.2.3 229 3/29/2023
0.2.2 228 3/29/2023
0.2.1 243 3/28/2023
0.2.0.7 256 3/28/2023
0.2.0.6 282 3/27/2023
0.2.0.5 270 3/27/2023
0.2.0.4 239 3/27/2023
0.2.0.3 242 3/27/2023
0.2.0.2 303 3/24/2023
0.2.0.1 212 3/24/2023
0.2.0 335 3/23/2023
0.1.8 240 3/22/2023
0.1.7 885 3/21/2023
0.1.6.9 240 3/21/2023
0.1.6.8 231 3/19/2023
0.1.6.7 238 3/17/2023
0.1.6.6 248 3/17/2023
0.1.6.5 243 3/17/2023
0.1.6.4 249 3/17/2023
0.1.6.3 228 3/16/2023
0.1.6.2 235 3/16/2023
0.1.6.1 253 3/16/2023
0.1.6 231 3/16/2023
0.1.5 244 3/13/2023
0.1.4 254 3/10/2023
0.1.3.11 269 3/10/2023
0.1.3.10 266 3/10/2023
0.1.3.9 285 3/10/2023
0.1.3.8 267 3/10/2023
0.1.3.7 259 3/9/2023
0.1.3.6 249 3/9/2023
0.1.3.5 257 3/9/2023
0.1.3.4 267 3/2/2023
0.1.3.3 290 3/1/2023
0.1.3.2 265 3/1/2023
0.1.3.1 279 3/1/2023
0.1.3 273 2/28/2023
0.1.2 263 2/27/2023
0.1.1 256 2/27/2023
0.1.0 262 2/25/2023

Update range slider