/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/powerdisplay/PowerDisplay/PowerDisplayXAML/IdentifyWindow.xaml
29 строк
1 KB
moooyo
[PD] Re-enable PowerDisplay (#46489)
10 апр 2026, 10:14
Не верифицирован
10 апр 2026, 10:14
0089de3
Код
Авторство
О чём код?
<winuiex:WindowEx x:Class="PowerDisplay.PowerDisplayXAML.IdentifyWindow" 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:winuiex="using:WinUIEx" IsMaximizable="False" IsMinimizable="False" IsResizable="False" IsTitleBarVisible="False" mc:Ignorable="d"> <Grid Background="{ThemeResource SolidBackgroundFillColorBaseBrush}"> <Grid.Resources> <Thickness x:Key="IdentifyWindowContentMargin">24</Thickness> </Grid.Resources> <Viewbox Margin="{StaticResource IdentifyWindowContentMargin}" Stretch="Uniform"> <TextBlock x:Name="NumberText" HorizontalAlignment="Center" VerticalAlignment="Center" FontWeight="Bold" Foreground="{ThemeResource TextFillColorPrimaryBrush}" Text="1" TextAlignment="Center" /> </Viewbox> </Grid> </winuiex:WindowEx>