Sprite 阴影截断了,按钮也被切了 #590
Unanswered
Merely-chao
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
显示如下

使用样式如下:
<hc:SimplePanel xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:prism="http://prismlibrary.com/" prism:ViewModelLocator.AutoWireViewModel="True" xmlns:hc="https://handyorg.github.io/handycontrol"> <Border Background="White" CornerRadius="20" Effect="{StaticResource EffectShadow5}"> <Path Width="70" Height="70" Fill="#f06632"/> </Border> <Button Width="22" Height="22" Style="{StaticResource ButtonIcon}" Foreground="Black" hc:IconElement.Geometry="{StaticResource ErrorGeometry}" Padding="0" HorizontalAlignment="Right" VerticalAlignment="Top" Margin="0,-8,-8,0"/> </hc:SimplePanel>
文档上复制下来的
Beta Was this translation helpful? Give feedback.
All reactions