This repository was archived by the owner on May 26, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Talkinator/Talkinator.UWP/Styles Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 138
138
</VisualState >
139
139
</VisualStateGroup >
140
140
</VisualStateManager .VisualStateGroups>
141
- <controls : DropShadowPanel HorizontalAlignment =" Stretch"
141
+ <!-- < controls:DropShadowPanel HorizontalAlignment="Stretch"
142
142
HorizontalContentAlignment="Stretch"
143
143
VerticalAlignment="Stretch"
144
144
OffsetX="1"
145
145
OffsetY="1"
146
- ShadowOpacity =" 0.7" >
146
+ ShadowOpacity="0.7">-->
147
147
<Ellipse x : Name =" RootEllipse"
148
148
HorizontalAlignment =" Stretch"
149
149
VerticalAlignment =" Stretch"
150
150
Fill =" {TemplateBinding Background}" />
151
- </controls : DropShadowPanel >
151
+ <!-- < /controls:DropShadowPanel> -- >
152
152
153
153
<ContentPresenter x : Name =" ContentPresenter" AutomationProperties.AccessibilityView=" Raw" BorderBrush =" {TemplateBinding BorderBrush}" BorderThickness =" {TemplateBinding BorderThickness}" ContentTemplate =" {TemplateBinding ContentTemplate}" ContentTransitions =" {TemplateBinding ContentTransitions}" Content =" {TemplateBinding Content}" HorizontalContentAlignment =" {TemplateBinding HorizontalContentAlignment}" Padding =" {TemplateBinding Padding}" VerticalContentAlignment =" {TemplateBinding VerticalContentAlignment}" />
154
154
</Grid >
You can’t perform that action at this time.
0 commit comments