整理
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<ResourceDictionary
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:controls="clr-namespace:NeumUI.Controls"
|
||||
xmlns:ncd="clr-namespace:NeumUI.Controls.Decorations"
|
||||
xmlns:controls="clr-namespace:NeoUI.Controls"
|
||||
xmlns:ncd="clr-namespace:NeoUI.Controls.Decorations"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<Setter.Value>
|
||||
<ControlTemplate TargetType="{x:Type controls:Avatar}">
|
||||
<Grid>
|
||||
<ncd:EmbossBorder CornerRadius="{TemplateBinding CornerRadius}">
|
||||
<ncd:EmbossBorder Margin="-4" CornerRadius="{TemplateBinding CornerRadius}">
|
||||
<!--<Grid>
|
||||
<Grid.OpacityMask>
|
||||
<VisualBrush Visual="{Binding ElementName=ClipMask}" />
|
||||
@@ -36,7 +36,7 @@
|
||||
CornerRadius="{TemplateBinding CornerRadius}" />
|
||||
</Grid>-->
|
||||
</ncd:EmbossBorder>
|
||||
<ncd:SlotBorder
|
||||
<ncd:SlotBorder Margin="-4"
|
||||
Background="{TemplateBinding Background}"
|
||||
BorderBrush="{TemplateBinding BorderBrush}"
|
||||
BorderThickness="{TemplateBinding BorderThickness}"
|
||||
|
||||
Reference in New Issue
Block a user