StratumUi.Core
1.2.1
See the version list below for details.
dotnet add package StratumUi.Core --version 1.2.1
NuGet\Install-Package StratumUi.Core -Version 1.2.1
<PackageReference Include="StratumUi.Core" Version="1.2.1" />
paket add StratumUi.Core --version 1.2.1
#r "nuget: StratumUi.Core, 1.2.1"
// Install StratumUi.Core as a Cake Addin #addin nuget:?package=StratumUi.Core&version=1.2.1 // Install StratumUi.Core as a Cake Tool #tool nuget:?package=StratumUi.Core&version=1.2.1
StratumUi
Библиотека стилей
Подключение
В менеджере пакетов Nuget находите пакет StratumUi
и устанавливаете его
В документ App.xaml
добавляете словарь
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/StratumUi;component/Default.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
Использование конкретных элементов прописано в самом элементе
Оглавление
- Button
- TextBox
- PasswordBox
- CheckBox
- ToggleButton
- RadioButton
- Switcher
- Slider
- ListView
- Tab
- Tooltip
- Colors
- Tables
- ProgressBar
- Breadcrumb
- ComboBox
- DisplayControl
- Expander
- InlineAlert
- Label
- RangeSlider
- Shadow
Button
Есть несколько типов стилей кнопок Filled
, Outline
, Text
Filled - Закрашенные без рамок Outline - Белые кнопки с рамками Text - Белые кнопки без рамок, на белом фоне похожи на простой текст, пока не наведешь
Для использования стилей пишете тип кнопки
Доступные стили для версии 0.3.0
Default | Filled | Outline | Text |
---|---|---|---|
Standard | |||
Left icon | |||
Right icon | |||
Center icon | |||
Linear progress bar | |||
Circle progress bar |
BtnFilled
,
BtnOutline
,
BtnText
,
TextBox
Стиль текстового поля задан по умолчанию, поэтому какой то определенный стиль применять не требуется.
PasswordBox
CheckBox
Стиль данного элемента также установлен по умолчанию, и имеет разное отображение на 3 состояния Checked
, Unchecked
, Null
ToggleButton
ToggleButton имеет два стиля
- По умолчанию
RadioButton
Стиль установлен по умолчанию
Switcher
Переключатели или же свитчеры, стиль для Радио кнопок.
Имеют 3 типа по отображению
Default | First | Middle | Last |
---|---|---|---|
Filled | |||
Outline |
Hover | First | Middle | Last |
---|---|---|---|
Filled | |||
Outline |
Disabled | First | Middle | Last |
---|---|---|---|
Filled | |||
Outline |
Focus | First | Middle | Last |
---|---|---|---|
Filled | |||
Outline |
Selected | First | Middle | Last |
---|---|---|---|
Filled | |||
Outline |
SwitcherFirst
, SwitcherMiddle
, SwitcherLast
Slider
ListView
Tab
Tooltip
Стиль по умолчанию
Colors
Pr | R | G | Y | P | T | |
---|---|---|---|---|---|---|
50 | ||||||
100 | ||||||
200 | ||||||
300 | ||||||
400 | ||||||
500 | ||||||
600 | ||||||
700 | ||||||
800 | ||||||
900 |
Pr50
, Pr100
, Pr200
, Pr300
, Pr400
, Pr500
, Pr600
, Pr700
, Pr800
, Pr900
и так далее
Shadow
El1 | El2 | El3 | El4 | El5 | El6 |
---|---|---|---|---|---|
Tables
ProgressBar
Breadcrumb
ComboBox
DisplayControl
Expander
InlineAlert
Label
RangeSlider
Product | Versions 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. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Global update