当前位置:网站首页>[WPF] making navigation bar with RadioButton
[WPF] making navigation bar with RadioButton
2022-04-22 05:18:00 【Pistachio 2021】

<Window x:Class="WpfApp1.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:WpfApp1"
mc:Ignorable="d"
Title="MainWindow" Height="450" Width="800">
<Window.Resources>
<Style x:Key="defaultRadioStyle" TargetType="RadioButton">
<Setter Property="Background" Value="Transparent"/>
<Setter Property="Foreground" Value="Green"/>
<Setter Property="BorderThickness" Value="0"/>
<Setter Property="FocusVisualStyle" Value="{x:Null}"/>
<Setter Property="VerticalAlignment" Value="Center"/>
<Setter Property="HorizontalAlignment" Value="Center"/>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="RadioButton">
<Grid Background="{TemplateBinding Background}">
<Border x:Name="_border" BorderBrush="{TemplateBinding Foreground}" BorderThickness="0" />
<ContentPresenter Focusable="True" RecognizesAccessKey="True"
VerticalAlignment="{TemplateBinding VerticalAlignment}"
HorizontalAlignment="{TemplateBinding HorizontalAlignment}"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}"
Margin="{TemplateBinding Margin}"/>
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsChecked" Value="True">
<Setter Property="Foreground" Value="Red"/>
<Setter Property="BorderThickness" Value="0 0 0 1" TargetName="_border"/>
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
</Window.Resources>
<Grid>
<UniformGrid Columns="4" Height="40" Width="300">
<RadioButton Style="{StaticResource defaultRadioStyle}">
<StackPanel Orientation="Horizontal" Height="35">
<TextBlock Text="" FontSize="18" FontFamily="/Fonts/#iconfont" VerticalAlignment="Center"/>
<TextBlock Text=" main interface " Margin="6 0 0 0" VerticalAlignment="Center"/>
</StackPanel>
</RadioButton>
<RadioButton Style="{StaticResource defaultRadioStyle}">
<StackPanel Orientation="Horizontal" Height="35">
<TextBlock Text="" FontSize="18" FontFamily="/Fonts/#iconfont" VerticalAlignment="Center"/>
<TextBlock Text=" improvement " Margin="6 0 0 0" VerticalAlignment="Center"/>
</StackPanel>
</RadioButton>
<RadioButton Style="{StaticResource defaultRadioStyle}">
<StackPanel Orientation="Horizontal" Height="35">
<TextBlock Text="" FontSize="18" FontFamily="/Fonts/#iconfont" VerticalAlignment="Center"/>
<TextBlock Text=" evaluation " Margin="6 0 0 0" VerticalAlignment="Center"/>
</StackPanel>
</RadioButton>
</UniformGrid>
</Grid>
</Window>

版权声明
本文为[Pistachio 2021]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204210625511529.html
边栏推荐
- Temperature control via mqc582tt + PNET
- C LINQ's group, count, sum, write it down
- Reading: analyzing third party service dependencies in modern web services
- The problem that the video in video becomes muted when the mouse scrolls
- (2022.1.31-2022.2.14) template mode analysis
- Joint type and type protection
- Interpreter mode (3.7-3.13)
- Batch resolves the IP address of the domain name and opens the web page
- Why choose B + tree as the underlying engine of MySQL: (3.28-4.3)
- Measuring the global recursive DNS infrastructure: a view from the edge
猜你喜欢

How to dynamically load parameters, pictures and background pictures for RDLC printing reports of ReportViewer

Feign calls the service, and the called service Seata transaction is not opened or XID is empty

Talk about anti reverse connection circuit in combination with practice (summary of anti reverse connection circuit)

Visitor mode from 2022-1-3 to 2022-1-16

Cached and condensed: Web cache degradation in the wild

Learn from me: how to release your own plugin or package in China

feign调用服务,被调用服务seata事务不开启或者xid为空

Linked list (C language)

How to restrict Oracle sub query

Typescript function generics
随机推荐
Junit Introduction et Introduction
[Qualcomm sdm660 platform] (8) -- Introduction to camera metadata
Acrobat Pro DC tutorial: how to create PDF using text and picture files?
The SQL backup bak in the batch compression folder is rar, and then delete the RAR 3 days ago
Jackson
Socket communication between server and client
2022.2.14-2.27 responsibility chain mode
Star Trek - Discovery - Season 3 final episode
2021-10-17
Chapter 6 Association query
数据库(二)MySQL表的增删改查(基础)
What is idempotency
Basic security settings of the server
RestFul风格的API设计
How to dynamically load parameters, pictures and background pictures for RDLC printing reports of ReportViewer
JUnit assertion
Defining "disinformation"
萌新看过来 | WeDataSphere 开源社区志愿者招募
scanf、printf的输入输出(格式控制符)
Social media and fake news in the 2016 election