gpt4 book ai didi

windows-phone-7 - 如何在Windows Phone 8中为黑色椭圆设置白色边框

转载 作者:行者123 更新时间:2023-12-04 03:15:56 25 4
gpt4 key购买 nike

我在Windows Phone 8应用程序中使用上述给定的弹出窗口。我的问题是黑色列表项目,无法将其与其他项目区分开。所以我的问题是我如何才能在这个特定的黑名单项目上添加一个圆形的白色边框。

这是我在应用程序中使用的模板。

  <DataTemplate x:Key="ColorListTemplate">
<Grid Height="70" Margin="0,0,0,5" toolkit:TiltEffect.IsTiltEnabled="True">
<StackPanel Orientation="Horizontal">
<Ellipse Height="52" Width="52" Fill="{Binding SelectedColor}"/>
<TextBlock Text="{Binding ColorName}" Margin="32,0" FontSize="34" Style="{StaticResource NormalText}"/>
<CheckBox IsChecked="{Binding CheckedStatus}" Style="{StaticResource CheckBoxStyle}" IsHitTestVisible="False"/>
</StackPanel>
</Grid>
</DataTemplate>

任何人都可以帮助我设计我的要求。

最佳答案

您可以在Stroke元素上设置彩色的Ellipse,以使其在黑色背景上突出。

例子:

 <Ellipse Height="52" Width="52" Fill="{Binding SelectedColor}" Stroke="White" StrokeThickness="1"/>

关于windows-phone-7 - 如何在Windows Phone 8中为黑色椭圆设置白色边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18142218/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com