Необходимо созать стили C# wpf на основе сайта.
Нуобходимо создать стили C#
Просто стили без верстки.
И чтобы не выдумывать. нужно просто взять за основу с существующего сайта
https://docs.google.com/document/d/1Pb0s8VlXJaGZLlTtb4R4w9frxA5fSBsxCaH27DGam84/edit.
пример кнопки:
<Style TargetType="{x:Type Button}" x:Key="ActionButton">
<Setter Property="OverridesDefaultStyle" Value="True" />
<Setter Property="Cursor" Value="Hand" />
<Setter Property="Foreground" Value="Transparent"/>
<Setter Property="Margin" Value="5"></Setter>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Button}">
<Border Name="border" BorderThickness="0" BorderBrush="Transparent" CornerRadius="5" Background="{TemplateBinding Background}" >
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center" />
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="Background" Value="#184e94" />
<Setter Property="Foreground" Value="White" />
</Trigger>
<Trigger Property="IsPressed" Value="True">
<Setter Property="BorderBrush" Value="Black"/>
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
-
144 Готов выполнить Ваш заказ за 1-2 дня, буду рад Вам помочь) с WPF дружу крепко)
-
238 10 0 + Звертайтесь.
P.S. Адміністрація заберіть будь ласка обмеження на кількість символів, незручно)))
Current freelance projects in the category C#
Graduation project of the 11th grade lyceum. Topic - inequalities.A program is needed in C#, to work closely with me as the work is monitored by curators. The work will need to be defended in about 4-6 months. Work in parts with me and explain the writing after each part! Work plan in private messages. I am ready to pay from 5000 to 10000 for… C# ∙ 5 hours 33 minutes back ∙ 8 proposals |
Comparative analysis of the effectiveness of custom software (v2.2-field) and reference software (Meshtastic v2.x)
22 USD
Comparative analysis of the effectiveness of custom software (v2.2-field) and reference software (Meshtastic v2.x) on the identical hardware platform (ESP32 + SX1268, 2W) based on the criteria of range, throughput, link stability, and power consumption. Conduct tests with… C & C++, C# ∙ 3 days 15 hours back ∙ 2 proposals |
Creation of a plugin for integration with the POS system Syrve, C#Develop a plugin for the Syrve POS system (on-premise), which is installed on the establishment's server. The plugin must: (1) transmit data to our server in real-time — orders, table statuses, payments, receipts; (2) receive commands from Reservble — booking confirmations,… C#, Web Programming ∙ 6 days 11 hours back ∙ 14 proposals |